]> git.pld-linux.org Git - packages/gegl.git/blame - gegl-ffmpeg.patch
- release 3 (by relup.sh)
[packages/gegl.git] / gegl-ffmpeg.patch
CommitLineData
71153102
AM
1diff -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;
66fb8d19 6
71153102
AM
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.102646 seconds and 4 git commands to generate.