]> git.sesse.net Git - vlc/commitdiff
Real demux: Do not store the SIPR flavor in profile.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 23 Jan 2010 15:46:46 +0000 (16:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 23 Jan 2010 15:46:46 +0000 (16:46 +0100)
It is not useful

modules/demux/real.c

index fa6cc0777288fe58a63c6ed22260eaaf34e7cf7f..970d8d37ef71c633e55c2d1dd5823493b70b7ba2 100644 (file)
@@ -1490,7 +1490,6 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data
 
     case VLC_FOURCC( 's','i','p','r' ):
         fmt.i_codec = VLC_CODEC_SIPR;
-        fmt.i_profile = i_flavor;
         if( i_flavor > 3 )
             return VLC_EGENERIC;