--- branches/dev-api-4/xvidcore/vfw/src/codec.c 2003/05/22 22:17:44 1040 +++ branches/dev-api-4/xvidcore/vfw/src/codec.c 2003/05/22 22:57:54 1041 @@ -362,6 +362,7 @@ pass2.version = XVID_VERSION; pass2.bitrate = codec->config.bitrate * CONFIG_KBPS; pass2.filename = codec->config.stats; + pass2.container_frame_overhead = 24; plugins[create.num_plugins].func = xvid_plugin_2pass2; plugins[create.num_plugins].param = &pass2;