[FFmpeg-soc] [soc]: r1567 - eac3/eac3.h

jbr subversion at mplayerhq.hu
Fri Dec 14 05:54:50 CET 2007


Author: jbr
Date: Fri Dec 14 05:54:50 2007
New Revision: 1567

Log:
add specification variable names to comments

Modified:
   eac3/eac3.h

Modified: eac3/eac3.h
==============================================================================
--- eac3/eac3.h	(original)
+++ eac3/eac3.h	Fri Dec 14 05:54:50 2007
@@ -42,14 +42,14 @@ typedef struct EAC3Context{
     int syncword;
 ///@name Bit stream information
 ///@{
-    int stream_type;                 ///< Stream type
+    int stream_type;                 ///< Stream type (strmtyp)
     int substreamid;                 ///< Substream identification
     int frame_size;                  ///< Frame size, in bytes
-    int sr_code;                     ///< Sample rate code
-    int sr_code2;                    ///< Sample rate code 2
+    int sr_code;                     ///< Sample rate code (fscod)
+    int sr_code2;                    ///< Sample rate code 2 (fscod2)
     int num_blocks;                  ///< Number of audio blocks
     int channel_mode;                ///< Channel mode (acmod)
-    int lfe_on;                      ///< Low frequency effect channel on
+    int lfe_on;                      ///< Low frequency effect channel on (lfeon)
     int bitstream_id;                ///< Bit stream identification (bsid)
     float dialnorm[2];               ///< Dialogue normalization
     int mixmdate;                    ///< Mixing meta-data exists



More information about the FFmpeg-soc mailing list