]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-ffmpeg.patch
- added introspection bcond (requires babl built with introspection first)
[packages/gegl.git] / gegl-ffmpeg.patch
1 diff -burNp gegl-0.0.22/operations/external/ff-load.c gegl-0.0.22-new/operations/external/ff-load.c
2 --- gegl-0.0.22/operations/external/ff-load.c   2008-12-31 02:38:58.000000000 +0100
3 +++ gegl-0.0.22-new/operations/external/ff-load.c       2009-01-04 20:50:31.009948147 +0100
4 @@ -289,6 +289,7 @@ prepare (GeglOperation *operation)
5        p->codec = avcodec_find_decoder (p->enc->codec_id);
6  
7        /* p->enc->error_resilience = 2; */
8 +      p->enc->error_recognition = 2;
9        p->enc->error_concealment = 3;
10        p->enc->workaround_bugs = FF_BUG_AUTODETECT;
11  
This page took 0.059619 seconds and 3 git commands to generate.