Commit 47109b0d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Real demux: Do not store the SIPR flavor in profile.

It is not useful
parent 0da465f6
...@@ -1490,7 +1490,6 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data ...@@ -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' ): case VLC_FOURCC( 's','i','p','r' ):
fmt.i_codec = VLC_CODEC_SIPR; fmt.i_codec = VLC_CODEC_SIPR;
fmt.i_profile = i_flavor;
if( i_flavor > 3 ) if( i_flavor > 3 )
return VLC_EGENERIC; return VLC_EGENERIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment