gegl-0.2.0-ffmpeg-0.11.patch 401 B

123456789101112
  1. --- operations/external/ff-load.c.orig 2012-04-01 13:17:57.000000000 +0200
  2. +++ operations/external/ff-load.c 2012-07-11 12:42:05.174756560 +0200
  3. @@ -271,7 +271,7 @@
  4. gint err;
  5. ff_cleanup (o);
  6. - err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
  7. +err = avformat_open_input (&p->ic, o->path, NULL, NULL);
  8. if (err < 0)
  9. {
  10. print_error (o->path, err);