[FFmpeg-soc] [soc]: r3053 - aac/aac.c
superdump
subversion at mplayerhq.hu
Thu Aug 7 12:03:48 CEST 2008
Author: superdump
Date: Thu Aug 7 12:03:48 2008
New Revision: 3053
Log:
Sync skip_data_stream_element() comment with function name
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Aug 7 12:03:48 2008
@@ -555,7 +555,7 @@ static av_cold int aac_decode_init(AVCod
}
/**
- * Decode a data_stream_element; reference: table 4.10.
+ * Skip data_stream_element; reference: table 4.10.
*/
static void skip_data_stream_element(GetBitContext * gb) {
int byte_align = get_bits1(gb);
More information about the FFmpeg-soc
mailing list