OSDN Git Service

mov: remove stray semicolon
authorMans Rullgard <mans@mansr.com>
Thu, 10 Feb 2011 11:42:21 +0000 (11:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Feb 2011 01:54:09 +0000 (02:54 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 628b16f45f79aa5eb7514f11026d85e8aa34387f)

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)
 {