mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
10l to dunno
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
10baacbf5f
commit
60e4b5d81c
@ -86,8 +86,11 @@ static int control(sh_video_t *sh,int cmd,void* arg,...){
|
||||
case IMGFMT_YV12:
|
||||
case IMGFMT_IYUV:
|
||||
case IMGFMT_I420:
|
||||
#if LIBAVCODEC_BUILD >= 4615
|
||||
if(ctx->yvu9_support) return CONTROL_FALSE;
|
||||
else return CONTROL_TRUE;
|
||||
else
|
||||
#endif
|
||||
return CONTROL_TRUE;
|
||||
case IMGFMT_YUY2:
|
||||
if(ctx->yuy2_support) return CONTROL_TRUE;
|
||||
return CONTROL_FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user