[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.42,1.43

Michael Niedermayer michael at mplayerhq.hu
Sun Aug 4 18:27:55 CEST 2002


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

Modified Files:
	vd_ffmpeg.c 
Log Message:
ver=-1 as default


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- vd_ffmpeg.c	2 Aug 2002 22:55:53 -0000	1.42
+++ vd_ffmpeg.c	4 Aug 2002 16:27:52 -0000	1.43
@@ -58,7 +58,7 @@
 static void get_buffer(struct AVCodecContext *avctx, int width, int height, int pict_type);
 
 static int lavc_param_workaround_bugs=0;
-static int lavc_param_error_resilience=0;
+static int lavc_param_error_resilience=-1;
 static int lavc_param_gray=0;
 static int lavc_param_vstats=0;
 




More information about the MPlayer-cvslog mailing list