[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.336,1.337

Michael Niedermayer CVS michael
Tue Jul 12 00:16:01 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv18382

Modified Files:
	ffmpeg.c 
Log Message:
error_resilience = FF_ER_CAREFULL


Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -d -r1.336 -r1.337
--- ffmpeg.c	27 Jun 2005 00:04:01 -0000	1.336
+++ ffmpeg.c	11 Jul 2005 22:15:58 -0000	1.337
@@ -179,7 +179,7 @@
 static int do_interlace_dct = 0;
 static int do_interlace_me = 0;
 static int workaround_bugs = FF_BUG_AUTODETECT;
-static int error_resilience = 2;
+static int error_resilience = FF_ER_CAREFULL;
 static int error_concealment = 3;
 static int dct_algo = 0;
 static int idct_algo = 0;





More information about the ffmpeg-cvslog mailing list