[FFmpeg-soc] [soc]: r5118 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Sat Aug 15 13:25:03 CEST 2009
Author: thilo.borgmann
Date: Sat Aug 15 13:25:03 2009
New Revision: 5118
Log:
Remove unnecessary comment.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Sat Aug 15 13:23:37 2009 (r5117)
+++ als/alsdec.c Sat Aug 15 13:25:03 2009 (r5118)
@@ -471,7 +471,6 @@ static int read_block_data(ALSDecContext
unsigned int block_type;
unsigned int k;
- // read block type
block_type = get_bits1(gb);
if (block_type == 0) {
More information about the FFmpeg-soc
mailing list