[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.38,1.39

Atmosfear atmos4 at mplayerhq.hu
Mon Jul 29 00:29:07 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv29052/libmpcodecs

Modified Files:
	vd_ffmpeg.c 
Log Message:
10l to dunno

Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- vd_ffmpeg.c	28 Jul 2002 22:09:03 -0000	1.38
+++ vd_ffmpeg.c	28 Jul 2002 22:29:04 -0000	1.39
@@ -86,8 +86,11 @@
         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;




More information about the MPlayer-cvslog mailing list