Commit 1c4fe8a3 authored by michael's avatar michael

auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4dfedd5e
...@@ -735,6 +735,9 @@ static int compute_bit_allocation(AC3EncodeContext *s, ...@@ -735,6 +735,9 @@ static int compute_bit_allocation(AC3EncodeContext *s,
/* (fsnoffset[4] + fgaincod[4]) * c */ /* (fsnoffset[4] + fgaincod[4]) * c */
frame_bits += 2*4 + 3 + 6 + s->nb_all_channels * (4 + 3); frame_bits += 2*4 + 3 + 6 + s->nb_all_channels * (4 + 3);
/* auxdatae, crcrsv */
frame_bits += 2;
/* CRC */ /* CRC */
frame_bits += 16; frame_bits += 16;
......
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