mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-04 05:27:14 +08:00
13 lines
515 B
Diff
13 lines
515 B
Diff
diff -Naur gegl-0.2.0/operations/external/ff-load.c gegl-0.2.0-1/operations/external/ff-load.c
|
|
--- gegl-0.2.0/operations/external/ff-load.c 2012-04-01 13:17:57.000000000 +0200
|
|
+++ gegl-0.2.0-1/operations/external/ff-load.c 2012-07-11 12:42:05.174756560 +0200
|
|
@@ -271,7 +271,7 @@
|
|
gint err;
|
|
|
|
ff_cleanup (o);
|
|
- err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
|
|
+err = avformat_open_input (&p->ic, o->path, NULL, NULL);
|
|
if (err < 0)
|
|
{
|
|
print_error (o->path, err);
|