[FFmpeg-devel] [PATCH 2/2] ffplay: fix missing blue channel when switching from/to fullscren on OSX and libsdl 1.2.14. Fixes issue 548
Marton Balint
cus at passwd.hu
Wed Oct 19 22:42:00 CEST 2011
On Wed, 19 Oct 2011, Marton Balint wrote:
>
> On Wed, 19 Oct 2011, Jean First wrote:
>
>> This patch may fix issues on older libsdl version, but I did not check it
>> because libsdl 1.2.14 is already 2 years old.
>
> This really should be tested first on an older SDL version to see if it does
> make any significant difference. But to tell you the truth, I am not much
> into doing or keeping workarounds for ancient library versions.
Sorry, I just checked the current stable SDL version (it is 1.2.14) and
the bug ticket. If you really want to fix this, then I think it
would be better to force the reallocation of vp->bmp-s in the queue
picture function after a full screen toggle, by introducing a new
VideoPicture attribute or using vp->allocated for it.
Regards,
Marton
More information about the ffmpeg-devel
mailing list