SOURCES: quicktime4linux-ffmpeg.patch (NEW) - new - fixes typo in ...

czarny czarny at pld-linux.org
Wed Apr 26 17:52:02 CEST 2006


Author: czarny                       Date: Wed Apr 26 15:52:02 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new
- fixes typo in mpeg4.c

---- Files affected:
SOURCES:
   quicktime4linux-ffmpeg.patch (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/quicktime4linux-ffmpeg.patch
diff -u /dev/null SOURCES/quicktime4linux-ffmpeg.patch:1.3
--- /dev/null	Wed Apr 26 17:52:02 2006
+++ SOURCES/quicktime4linux-ffmpeg.patch	Wed Apr 26 17:51:57 2006
@@ -0,0 +1,11 @@
+--- quicktime4linux-2.1/mpeg4.c.orig	2006-04-26 17:45:40.000000000 +0200
++++ quicktime4linux-2.1/mpeg4.c	2006-04-26 17:45:45.000000000 +0200
+@@ -1035,7 +1035,7 @@
+ 
+         	context->b_quant_factor = 1.25;
+         	context->b_quant_offset = 1.25;
+-			context->error_resilience = FF_ER_CAREFULL;
++			context->error_resilience = FF_ER_CAREFUL;
+ 			context->error_concealment = 3;
+ 			context->frame_skip_cmp = FF_CMP_DCTMAX;
+ 			context->ildct_cmp = FF_CMP_VSAD;
================================================================


More information about the pld-cvs-commit mailing list