changeset 5235:bf1b8e6b3a84 libavformat

100l, typo
author bcoudurier
date Sat, 26 Sep 2009 21:06:18 +0000
parents b133e5865370
children 1403c88b1ce7
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Sat Sep 26 20:51:38 2009 +0000
+++ b/mov.c	Sat Sep 26 21:06:18 2009 +0000
@@ -500,7 +500,7 @@
     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);