[FFmpeg-soc] [soc]: r1988 - aac/aac.c
andoma
subversion at mplayerhq.hu
Fri Mar 7 10:48:24 CET 2008
Author: andoma
Date: Fri Mar 7 10:48:24 2008
New Revision: 1988
Log:
Doxygenify DRC struct
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Fri Mar 7 10:48:24 2008
@@ -198,7 +198,11 @@ typedef struct {
int mask[8][64];
} ms_struct;
-// dynamic range compression
+/**
+ * Dyanmic Range Control
+ *
+ * DRC is decoded from bitstream but not further processed.
+ */
typedef struct {
int pce_instance_tag;
int drc_tag_reserved_bits;
More information about the FFmpeg-soc
mailing list