]> git.sesse.net Git - vlc/commitdiff
Add a forgotten break; in a case.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 17 Nov 2007 09:04:46 +0000 (09:04 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 17 Nov 2007 09:04:46 +0000 (09:04 +0000)
So far, it should work for most of the streams, except MP3 in rm (silly guys...), ralf, because it is still unsupported, and Sipr because of the flavour detection.

modules/demux/real.c

index ff9597554bf7b32ea6fef8f6541998800e6ca091..824584cfee9a9ada8d06fe244ed935d236a98a61 100644 (file)
@@ -1169,6 +1169,7 @@ static int ReadCodecSpecificData( demux_t *p_demux, int i_len, int i_num )
         case VLC_FOURCC('r','a','l','f'):
             msg_Dbg( p_demux, "    - audio codec not supported=%4.4s",
                      (char*)&fmt.i_codec );
+            break;
 
         default:
             msg_Dbg( p_demux, "    - unknown audio codec=%4.4s",