comparison ac3dec.c @ 10016:0649c00003a1 libavcodec

cosmetics: add more detailed information to the documentation for decode_band_structure().
author jbr
date Mon, 03 Aug 2009 22:05:31 +0000
parents 68de5143aa45
children f6c433eacc5a
comparison
equal deleted inserted replaced
10015:71ff4286b0d0 10016:0649c00003a1
716 } 716 }
717 } 717 }
718 718
719 /** 719 /**
720 * Decode band structure for coupling, spectral extension, or enhanced coupling. 720 * Decode band structure for coupling, spectral extension, or enhanced coupling.
721 * The band structure defines how many subbands are in each band. For each
722 * subband in the range, 1 means it is combined with the previous band, and 0
723 * means that it starts a new band.
724 *
721 * @param[in] gbc bit reader context 725 * @param[in] gbc bit reader context
722 * @param[in] blk block number 726 * @param[in] blk block number
723 * @param[in] eac3 flag to indicate E-AC-3 727 * @param[in] eac3 flag to indicate E-AC-3
724 * @param[in] ecpl flag to indicate enhanced coupling 728 * @param[in] ecpl flag to indicate enhanced coupling
725 * @param[in] start_subband subband number for start of range 729 * @param[in] start_subband subband number for start of range