[vlc-devel] commit: Real demux: fix a comment (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 22 20:48:56 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 22 12:08:37 2010 +0100| [dec7310f089cce86ca54e589e92eda5230344281] | committer: Jean-Baptiste Kempf
Real demux: fix a comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dec7310f089cce86ca54e589e92eda5230344281
---
modules/demux/real.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/demux/real.c b/modules/demux/real.c
index ec1313d..ca99ab3 100644
--- a/modules/demux/real.c
+++ b/modules/demux/real.c
@@ -33,7 +33,7 @@
* - dnet is twisted "The byte order of the data is reversed
* from standard AC3" but ok
* - 28_8 is ok.
- * - sipr should be fine, but our decoder suxx :)
+ * - sipr doesn't work
* - ralf is unsupported, but hardly any sample exist.
* - mp3 is unsupported, one sample exists...
*
@@ -1358,7 +1358,7 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data
if( i_data < 6 )
return VLC_EGENERIC;
-
+
int i_flavor = 0;
int i_coded_frame_size = 0;
int i_subpacket_h = 0;
More information about the vlc-devel
mailing list