[FFmpeg-devel] [PATCH 1/2] ffplay: avoid window resize crash on osx with libsdl 1.2.14

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Oct 17 04:15:56 CEST 2011


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > > -    screen = SDL_SetVideoMode(w, h, 24, flags);
> > > -#endif
> > 
> > This patch causes a double-free on exit in SDL_FreeYUVOverlay() for me on PPC
> > oSX 10.5, but since it fixes wrong colours in many samples, I am all for it.
> 
> The double free should be reported to the SDL developers. Either we are
> doing something wrong or theres a bug in SDL.

All problems I saw are fixed with current fink SDL and current ffplay.

Carl Eugen



More information about the ffmpeg-devel mailing list