SOURCES: gegl-ffmpeg.patch - more fixes

arekm arekm at pld-linux.org
Wed Oct 1 22:02:23 CEST 2008


Author: arekm                        Date: Wed Oct  1 20:02:23 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more fixes

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

---- Diffs:

================================================================
Index: SOURCES/gegl-ffmpeg.patch
diff -u SOURCES/gegl-ffmpeg.patch:1.1 SOURCES/gegl-ffmpeg.patch:1.2
--- SOURCES/gegl-ffmpeg.patch:1.1	Wed Oct  1 21:34:46 2008
+++ SOURCES/gegl-ffmpeg.patch	Wed Oct  1 22:02:17 2008
@@ -9,3 +9,14 @@
  
  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;
+       p->codec = avcodec_find_decoder (p->enc->codec_id);
+ 
+-      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.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list