--- trunk/vfw/src/codec.h 2002/08/06 23:41:01 362 +++ trunk/vfw/src/codec.h 2002/09/24 14:25:42 532 @@ -4,7 +4,7 @@ #include #include #include "config.h" -#include "..\..\xvidcore\src\xvid.h" +#include "xvid.h" #define DEBUG(X) // OutputDebugString(X) @@ -103,6 +103,7 @@ int keyframe_locations[20480]; int max_framesize; + int minpsize, minisize; double movie_curve; double credits_start_curve; double credits_end_curve; @@ -169,4 +170,4 @@ int check_greyscale_mode(CONFIG *, XVID_ENC_FRAME* , int); // end of koepi's additions -#endif /* _CODEC_H_ */ \ No newline at end of file +#endif /* _CODEC_H_ */