From 47109b0d7e3d55c6cba0dbcac9b4d94c522739c8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 23 Jan 2010 16:46:46 +0100 Subject: [PATCH] Real demux: Do not store the SIPR flavor in profile. It is not useful --- modules/demux/real.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2