summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-07-11 12:41:42 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-11 18:45:44 +0200
commitd80811c94e068085aab797f9ba35790529126f85 (patch)
tree36b351f1b300f57c899ff17f561f3f087193b632 /libavformat/mov.c
parent355864ef7a9548ee6491a25de1e0650bd983a667 (diff)
riff: Use the correct logging context
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index d075645bea..66a03911e3 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -758,7 +758,7 @@ static int mov_read_wfex(MOVContext *c, AVIOContext *pb, MOVAtom atom)
return 0;
st = c->fc->streams[c->fc->nb_streams-1];
- return ff_get_wav_header(pb, st->codec, atom.size);
+ return ff_get_wav_header(c->fc, pb, st->codec, atom.size);
}
static int mov_read_pasp(MOVContext *c, AVIOContext *pb, MOVAtom atom)