[vlc-devel] commit: Real demux: Do not store the SIPR flavor in profile. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jan 23 16:53:11 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 23 16:46:46 2010 +0100| [47109b0d7e3d55c6cba0dbcac9b4d94c522739c8] | committer: Jean-Baptiste Kempf
Real demux: Do not store the SIPR flavor in profile.
It is not useful
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47109b0d7e3d55c6cba0dbcac9b4d94c522739c8
---
modules/demux/real.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/real.c b/modules/demux/real.c
index fa6cc07..970d8d3 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;
More information about the vlc-devel
mailing list