]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- more fixes auto/th/gegl-0_0_18-4 auto/ti/gegl-0_0_18-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Oct 2008 20:02:17 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gegl-ffmpeg.patch -> 1.2

gegl-ffmpeg.patch

index 9cac910aa9615f2a6ea63d29f19ed2d9986fb779..bc6e49169a56271ca5fe4e5dabff8efec33773f5 100644 (file)
@@ -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;
This page took 0.09155 seconds and 4 git commands to generate.