]> git.sesse.net Git - ffmpeg/commitdiff
cosmetics: add more detailed information to the documentation for
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 3 Aug 2009 22:05:31 +0000 (22:05 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 3 Aug 2009 22:05:31 +0000 (22:05 +0000)
decode_band_structure().

Originally committed as revision 19577 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index 90ffd74ba57e802af79429a6ebb8cd6593789025..baff415900755700ba6d75a7d44ad741ef33b7c0 100644 (file)
@@ -718,6 +718,10 @@ static void ac3_upmix_delay(AC3DecodeContext *s)
 
 /**
  * Decode band structure for coupling, spectral extension, or enhanced coupling.
+ * The band structure defines how many subbands are in each band.  For each
+ * subband in the range, 1 means it is combined with the previous band, and 0
+ * means that it starts a new band.
+ *
  * @param[in] gbc bit reader context
  * @param[in] blk block number
  * @param[in] eac3 flag to indicate E-AC-3