Commit d5803c36 authored by bcoudurier's avatar bcoudurier

100l, typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20033 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cbdd0960
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment