1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Bugreports start appearing - no reaction :/

I apply the fix/workaround.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5496 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2002-04-05 15:40:31 +00:00
parent bf810ce7da
commit 128afd4003

View File

@ -89,7 +89,7 @@ static int init(sh_video_t *sh){
}
mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: libavcodec init OK!\n");
ctx->last_aspect=-3;
return 1; //mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
}
// uninit driver