mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
100l, typo
Originally committed as revision 20033 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7b5252ce3e
commit
a42bf19134
@ -500,7 +500,7 @@ static int mov_read_ftyp(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
||||
uint8_t type[5] = {0};
|
||||
|
||||
get_buffer(pb, type, 4);
|
||||
if (strcmp(type, "qt, "))
|
||||
if (strcmp(type, "qt "))
|
||||
c->isom = 1;
|
||||
av_log(c->fc, AV_LOG_DEBUG, "ISO: File Type Major Brand: %.4s\n",(char *)&type);
|
||||
av_metadata_set(&c->fc->metadata, "major_brand", type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user