1
mirror of https://github.com/mpv-player/mpv synced 2024-08-28 05:46:13 +02:00

10l to dunno

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-07-28 22:29:04 +00:00
parent 10baacbf5f
commit 60e4b5d81c

View File

@ -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;