--- trunk/vfw/src/codec.h 2002/04/06 06:21:29 105 +++ trunk/vfw/src/codec.h 2002/07/26 19:58:22 342 @@ -101,6 +101,8 @@ int bytes2; int desired_bytes2; + int keyframe_locations[20480]; + int max_framesize; double movie_curve; double credits_start_curve; double credits_end_curve; @@ -114,7 +116,7 @@ double alt_curve_high_diff; double alt_curve_mid_qual; double alt_curve_qual_dev; - int overflow; + int overflow, KF_idx, KFoverflow, KFoverflow_partial; int quant_count[32]; NNSTATS nns1;