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);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc