]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-ffmpeg.patch
- release 3 (by relup.sh)
[packages/gegl.git] / gegl-ffmpeg.patch
1 diff -Naur gegl-0.2.0/operations/external/ff-load.c gegl-0.2.0-1/operations/external/ff-load.c
2 --- gegl-0.2.0/operations/external/ff-load.c    2012-04-01 13:17:57.000000000 +0200
3 +++ gegl-0.2.0-1/operations/external/ff-load.c  2012-07-11 12:42:05.174756560 +0200
4 @@ -271,7 +271,7 @@
5        gint err;
6  
7        ff_cleanup (o);
8 -      err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
9 +err = avformat_open_input (&p->ic, o->path, NULL, NULL);
10        if (err < 0)
11          {
12            print_error (o->path, err);
This page took 0.02893 seconds and 3 git commands to generate.