changeset 2132:572634dec306 libavcodec

miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>)
author michael
date Tue, 20 Jul 2004 17:13:08 +0000
parents 060053df9538
children 29f774bb85fe
files mpegvideo.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo.c	Fri Jul 16 19:48:30 2004 +0000
+++ b/mpegvideo.c	Tue Jul 20 17:13:08 2004 +0000
@@ -4652,7 +4652,6 @@
     MERGE(dct_count[0]); //note, the other dct vars are not part of the context
     MERGE(dct_count[1]);
     MERGE(mv_bits);
-    MERGE(header_bits);
     MERGE(i_tex_bits);
     MERGE(p_tex_bits);
     MERGE(i_count);