From: Jean-Baptiste Kempf Date: Sat, 23 Jan 2010 15:46:46 +0000 (+0100) Subject: Real demux: Do not store the SIPR flavor in profile. X-Git-Tag: 1.1.0-ff~1018 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=47109b0d7e3d55c6cba0dbcac9b4d94c522739c8;p=vlc Real demux: Do not store the SIPR flavor in profile. It is not useful --- diff --git a/modules/demux/real.c b/modules/demux/real.c index fa6cc07772..970d8d37ef 100644 --- a/modules/demux/real.c +++ b/modules/demux/real.c @@ -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;