]> git.sesse.net Git - vlc/commitdiff
Oops.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Nov 2007 19:06:37 +0000 (19:06 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Nov 2007 19:06:37 +0000 (19:06 +0000)
modules/demux/real.c

index e13913e7001c52788ca195878cdd9b1fc2af8cde..f7e7ae2be6517f02dc83f43b5538b380ec3a934f 100644 (file)
@@ -1128,7 +1128,7 @@ static int ReadCodecSpecificData( demux_t *p_demux, int i_len, int i_num )
         switch( fmt.i_codec )
         {
         case VLC_FOURCC('1','4','_','4'):
-            break:
+            break;
         case VLC_FOURCC('l','p','c','J'):
             fmt.i_codec = VLC_FOURCC( '1','4','_','4' );
             break;