diff ac3enc.c @ 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 fdb8244da1e5
children 4478e603a8e3
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;