mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 01:25:25 +00:00
cosmetics: add more detailed information to the documentation for
decode_band_structure(). Originally committed as revision 19577 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
81b44c42d5
commit
eb98cdfa8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user