Author: glen                         Date: Tue Jul  7 08:55:27 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to version 4

---- Files affected:
packages/cinelerra:
   cinelerra-ffmpeg.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/cinelerra/cinelerra-ffmpeg.patch
diff -u packages/cinelerra/cinelerra-ffmpeg.patch:1.1 
packages/cinelerra/cinelerra-ffmpeg.patch:1.2
--- packages/cinelerra/cinelerra-ffmpeg.patch:1.1       Sat Oct 11 20:13:53 2008
+++ packages/cinelerra/cinelerra-ffmpeg.patch   Tue Jul  7 10:55:22 2009
@@ -1,17 +1,17 @@
---- cinelerra-4/quicktime/mpeg4.c      2008-08-05 10:27:28.000000000 +0200
-+++ cinelerra-4-new/quicktime/mpeg4.c  2008-10-11 18:50:21.915259427 +0200
-@@ -671,7 +671,11 @@ static int encode(quicktime_t *file, uns
+--- cinelerra-4/quicktime/mpeg4.c~     2008-09-02 14:38:12.000000000 +0300
++++ cinelerra-4/quicktime/mpeg4.c      2009-07-07 11:53:27.567616978 +0300
+@@ -680,7 +680,11 @@
  
-               context->b_quant_factor = 1.25;
-               context->b_quant_offset = 1.25;
-+                #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
-                       context->error_resilience = FF_ER_CAREFUL;
-+                #else
-+                      context->error_recognition = FF_ER_CAREFUL;
-+                #endif
-                       context->error_concealment = 3;
-                       context->frame_skip_cmp = FF_CMP_DCTMAX;
-                       context->ildct_cmp = FF_CMP_VSAD;
+ //            context->b_quant_factor = 1.25;
+ //            context->b_quant_offset = 1.25;
++//              #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
+ //                    context->error_resilience = FF_ER_CAREFUL;
++//              #else
++//                    context->error_recognition = FF_ER_CAREFUL;
++//              #endif
+ //                    context->error_concealment = 3;
+ //                    context->frame_skip_cmp = FF_CMP_DCTMAX;
+ //                    context->ildct_cmp = FF_CMP_VSAD;
 --- cinelerra-4/quicktime/wma.c        2007-01-09 08:09:49.000000000 +0100
 +++ cinelerra-4-new/quicktime/wma.c    2008-10-11 18:57:13.831898263 +0200
 @@ -187,11 +187,20 @@ printf("decode 2 %x %llx %llx\n", chunk_
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cinelerra/cinelerra-ffmpeg.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to