changeset 1819:34cdcb221665 libavcodec

auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
author michael
date Wed, 18 Feb 2004 19:15:19 +0000
parents 3ea589261c6e
children 98dbb5c7f8cc
files ac3enc.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ac3enc.c	Wed Feb 18 16:26:16 2004 +0000
+++ b/ac3enc.c	Wed Feb 18 19:15:19 2004 +0000
@@ -735,6 +735,9 @@
     /* (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;