Author: duddits                      Date: Sun Jan  4 19:57:45 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to fit 0.0.22

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

---- Diffs:

================================================================
Index: SOURCES/gegl-ffmpeg.patch
diff -u SOURCES/gegl-ffmpeg.patch:1.2 SOURCES/gegl-ffmpeg.patch:1.3
--- SOURCES/gegl-ffmpeg.patch:1.2       Wed Oct  1 22:02:17 2008
+++ SOURCES/gegl-ffmpeg.patch   Sun Jan  4 20:57:39 2009
@@ -1,21 +1,10 @@
---- gegl-0.0.18/operations/external/ff-load.c~ 2008-06-14 18:40:04.000000000 
+0200
-+++ gegl-0.0.18/operations/external/ff-load.c  2008-10-01 20:50:30.114895843 
+0200
-@@ -27,7 +27,7 @@
- 
- #include "gegl-chant.h"
- #include <errno.h>
--#include <ffmpeg/avformat.h>
-+#include <libavformat/avformat.h>
- 
- typedef struct
- {
---- gegl-0.0.18/operations/external/ff-load.c~ 2008-10-01 20:51:32.462389814 
+0200
-+++ gegl-0.0.18/operations/external/ff-load.c  2008-10-01 21:59:42.037190040 
+0200
-@@ -278,7 +278,7 @@
-       p->enc = p->video_st->codec;
+diff -burNp gegl-0.0.22/operations/external/ff-load.c 
gegl-0.0.22-new/operations/external/ff-load.c
+--- gegl-0.0.22/operations/external/ff-load.c  2008-12-31 02:38:58.000000000 
+0100
++++ gegl-0.0.22-new/operations/external/ff-load.c      2009-01-04 
20:50:31.009948147 +0100
+@@ -289,6 +289,7 @@ prepare (GeglOperation *operation)
        p->codec = avcodec_find_decoder (p->enc->codec_id);
  
--      p->enc->error_resilience = 2;
+       /* p->enc->error_resilience = 2; */
 +      p->enc->error_recognition = 2;
        p->enc->error_concealment = 3;
        p->enc->workaround_bugs = FF_BUG_AUTODETECT;
================================================================

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

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

Reply via email to