[FFmpeg-cvslog] r20033 - trunk/libavformat/mov.c

bcoudurier subversion
Sat Sep 26 23:06:18 CEST 2009


Author: bcoudurier
Date: Sat Sep 26 23:06:18 2009
New Revision: 20033

Log:
100l, typo

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Sat Sep 26 22:51:38 2009	(r20032)
+++ trunk/libavformat/mov.c	Sat Sep 26 23:06:18 2009	(r20033)
@@ -500,7 +500,7 @@ static int mov_read_ftyp(MOVContext *c, 
     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);



More information about the ffmpeg-cvslog mailing list