From 66fb8d1917799becf38f33c52709553f8b498afd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 1 Oct 2008 20:02:17 +0000 Subject: [PATCH] - more fixes Changed files: gegl-ffmpeg.patch -> 1.2 --- gegl-ffmpeg.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gegl-ffmpeg.patch b/gegl-ffmpeg.patch index 9cac910..bc6e491 100644 --- a/gegl-ffmpeg.patch +++ b/gegl-ffmpeg.patch @@ -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; + -- 2.44.0