mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
Add a context to av_log() call.
Originally committed as revision 17638 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1468d503a9
commit
f3592353ce
@ -1732,7 +1732,7 @@ static int mov_read_cmov(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
|||||||
if (get_le32(pb) != MKTAG('d','c','o','m'))
|
if (get_le32(pb) != MKTAG('d','c','o','m'))
|
||||||
return -1;
|
return -1;
|
||||||
if (get_le32(pb) != MKTAG('z','l','i','b')) {
|
if (get_le32(pb) != MKTAG('z','l','i','b')) {
|
||||||
av_log(NULL, AV_LOG_ERROR, "unknown compression for cmov atom !");
|
av_log(c->fc, AV_LOG_ERROR, "unknown compression for cmov atom !");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
get_be32(pb); /* cmvd atom */
|
get_be32(pb); /* cmvd atom */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user