scheutzo <[email protected]> added the comment: > (gdb) p *vp->bmp > $16 = {format = 842094169, w = 1920, h = 1080, planes = 3, pitches = 0x8bd74c8, pixels = 0x8bd80f0, hwfuncs = 0xca2004, > hwdata = 0x8bd8290, hw_overlay = 1, UnusedBits = 0} > (gdb) p vp->bmp->pitches[0] > $18 = 1024
The vp->bmp structure is created entirely by SDL library, and it does not match the ffplay assumptions. Either your installed version of SDL has a bug, or your video driver has some very unusual limitation. You could try compiling the latest 1.2 version of SDL (1.2.14) for yourself. It's not difficult. Download from www.libsdl.org. ./configure --prefix=/usr make make install # as root ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2079> ________________________________________________
