Re: [FFmpeg-devel] [PATCH WIP 2/2] avdev: add sdl2 device

2016-05-17 Thread Marton Balint
On Tue, 17 May 2016, Josh de Kock wrote: This "works", as in, it will play video fine (I haven't done too much testing yet). I was using the command, `./ffmpeg_g -f lavfi -i testsrc=size=1280x720:rate=30 -pix_fmt yuv420p -f sdl2 "k"` to test. It will crash on quit, and the Window bar is frozen

[FFmpeg-devel] [PATCH WIP 2/2] avdev: add sdl2 device

2016-05-17 Thread Josh de Kock
This "works", as in, it will play video fine (I haven't done too much testing yet). I was using the command, `./ffmpeg_g -f lavfi -i testsrc=size=1280x720:rate=30 -pix_fmt yuv420p -f sdl2 "k"` to test. It will crash on quit, and the Window bar is frozen. At first I thought it was because there was