UGeorge <[email protected]> added the comment: On 07/25/2010 02:35 PM, scheutzo wrote: > The vp->bmp structure is created entirely by SDL library,
From watt u say: > 1325 vp->pix_fmt = is->video_st->codec->pix_fmt; > 1326 #endif > 1327 > 1328 vp->bmp = SDL_CreateYUVOverlay(vp->width, vp->height, > 1329 SDL_YV12_OVERLAY, > 1330 screen); > 1331 > 1332 SDL_LockMutex(is->pictq_mutex); I guess I'll see when i drop in a debugable createoverlay, and see whats what. BTW my SDL here is > /usr/lib/libSDL-1.2.so.0 > /usr/lib/libSDL-1.2.so.0.11.2 > /usr/lib/libSDL.so so its not tooo ..... ooooooo old. ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2079> ________________________________________________
