mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
Originally committed as revision 2800 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2dd59ebd45
commit
9ab2717a9d
@ -735,6 +735,9 @@ static int compute_bit_allocation(AC3EncodeContext *s,
|
||||
/* (fsnoffset[4] + fgaincod[4]) * c */
|
||||
frame_bits += 2*4 + 3 + 6 + s->nb_all_channels * (4 + 3);
|
||||
|
||||
/* auxdatae, crcrsv */
|
||||
frame_bits += 2;
|
||||
|
||||
/* CRC */
|
||||
frame_bits += 16;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user