OSDN Git Service

mov: remove stray semicolon
authorMans Rullgard <mans@mansr.com>
Thu, 10 Feb 2011 11:42:21 +0000 (11:42 +0000)
committerMans Rullgard <mans@mansr.com>
Thu, 10 Feb 2011 14:17:24 +0000 (14:17 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/mov.c

index 310a399..d4d7ac2 100644 (file)
@@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref)
     }
 
     return AVERROR(ENOENT);
-};
+}
 
 static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
 {