# HG changeset patch # User michael # Date 1090343588 0 # Node ID 572634dec306755567f7054917ae8957f8e9c390 # Parent 060053df9538306325f5918ad1e6482071035dbf miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot ) diff -r 060053df9538 -r 572634dec306 mpegvideo.c --- 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);