mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
cosmetics: vertical alignment
Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1cdd567f31
commit
806703243e
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ static void set_downmix_coeffs(AC3DecodeContext *s)
|
|||
* reference: Section 7.1.3 Exponent Decoding
|
||||
*/
|
||||
static int decode_exponents(GetBitContext *gbc, int exp_strategy, int ngrps,
|
||||
uint8_t absexp, int8_t *dexps)
|
||||
uint8_t absexp, int8_t *dexps)
|
||||
{
|
||||
int i, j, grp, group_size;
|
||||
int dexp[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue