projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddfe124
)
mov: use the format context for logging.
author
Anton Khirnov
<anton@khirnov.net>
Thu, 14 Feb 2013 11:47:43 +0000
(12:47 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Sat, 23 Feb 2013 12:05:16 +0000
(13:05 +0100)
CC:libav-stable@libav.org
libavformat/mov.c
patch
|
blob
|
history
diff --git
a/libavformat/mov.c
b/libavformat/mov.c
index
d5a75c4
..
7fe0548
100644
(file)
--- a/
libavformat/mov.c
+++ b/
libavformat/mov.c
@@
-718,7
+718,7
@@
static int mov_read_mdhd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
version = avio_r8(pb);
if (version > 1) {
- av_log_ask_for_sample(c, "unsupported version %d\n", version);
+ av_log_ask_for_sample(c
->fc
, "unsupported version %d\n", version);
return AVERROR_PATCHWELCOME;
}
avio_rb24(pb); /* flags */