mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00: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:
parent
bf810ce7da
commit
128afd4003
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user