]> git.sesse.net Git - vlc/commitdiff
Real: small fix
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Jan 2010 19:57:28 +0000 (20:57 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Jan 2010 19:57:28 +0000 (20:57 +0100)
Sorry, I forgot to push that part

modules/demux/real.c

index 9ee1fde304874c560b055baae00fd46993c3e190..c4ef0dbcd23a523dd47b828ef9cf3f4a166bc330 100644 (file)
@@ -663,7 +663,7 @@ static void DemuxAudioMethod1( demux_t *p_demux, real_track_t *tk, mtime_t i_pts
     else
     {
         const int y = tk->i_subpacket / (tk->i_subpacket_h / 2);
-        assert( tk->fmt.i_codec == VLC_CODEC_288 );
+        assert( tk->fmt.i_codec == VLC_CODEC_RA_288 );
 
         for( int i = 0; i < tk->i_subpacket_h / 2; i++ )
         {