From d5803c3655048933d623269d96ae34b750d2c043 Mon Sep 17 00:00:00 2001 From: bcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b> Date: Sat, 26 Sep 2009 21:06:18 +0000 Subject: [PATCH] 100l, typo git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20033 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index ce5ea788b..c679d0a83 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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); -- 2.25.4