]> git.pld-linux.org Git - packages/gegl.git/blame - gegl-ffmpeg.patch
- more fixes
[packages/gegl.git] / gegl-ffmpeg.patch
CommitLineData
3196f930
AM
1--- gegl-0.0.18/operations/external/ff-load.c~ 2008-06-14 18:40:04.000000000 +0200
2+++ gegl-0.0.18/operations/external/ff-load.c 2008-10-01 20:50:30.114895843 +0200
3@@ -27,7 +27,7 @@
4
5 #include "gegl-chant.h"
6 #include <errno.h>
7-#include <ffmpeg/avformat.h>
8+#include <libavformat/avformat.h>
9
10 typedef struct
11 {
66fb8d19
AM
12--- gegl-0.0.18/operations/external/ff-load.c~ 2008-10-01 20:51:32.462389814 +0200
13+++ gegl-0.0.18/operations/external/ff-load.c 2008-10-01 21:59:42.037190040 +0200
14@@ -278,7 +278,7 @@
15 p->enc = p->video_st->codec;
16 p->codec = avcodec_find_decoder (p->enc->codec_id);
17
18- p->enc->error_resilience = 2;
19+ p->enc->error_recognition = 2;
20 p->enc->error_concealment = 3;
21 p->enc->workaround_bugs = FF_BUG_AUTODETECT;
22
This page took 0.026153 seconds and 4 git commands to generate.