[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.63,1.64

Arpi of Ize arpi at mplayerhq.hu
Sun Oct 27 03:55:07 CET 2002


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

Modified Files:
	vd_ffmpeg.c 
Log Message:
1l :)


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- vd_ffmpeg.c	27 Oct 2002 00:37:51 -0000	1.63
+++ vd_ffmpeg.c	27 Oct 2002 02:54:46 -0000	1.64
@@ -396,7 +396,11 @@
 
     if(init_vo(sh)<0){
         printf("init_vo failed\n");
+#if LIBAVCODEC_BUILD >= 4632
+	return -1;
+#else
         return;
+#endif
     }
 
     if(pict_type==B_TYPE)




More information about the MPlayer-cvslog mailing list