Commit 1438a06b authored by jbr's avatar jbr

cosmetics: add more detailed information to the documentation for

decode_band_structure().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19577 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cee6280
...@@ -718,6 +718,10 @@ static void ac3_upmix_delay(AC3DecodeContext *s) ...@@ -718,6 +718,10 @@ static void ac3_upmix_delay(AC3DecodeContext *s)
/** /**
* Decode band structure for coupling, spectral extension, or enhanced coupling. * 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] gbc bit reader context
* @param[in] blk block number * @param[in] blk block number
* @param[in] eac3 flag to indicate E-AC-3 * @param[in] eac3 flag to indicate E-AC-3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment