diff mpegvideo.h @ 952:f348d302a51e libavcodec

pre motion estimation cleanup/bugfix
author michaelni
date Thu, 02 Jan 2003 12:48:09 +0000
parents ad264a7d4f94
children 9eb066d6e0db
line wrap: on
line diff
--- a/mpegvideo.h	Thu Jan 02 01:29:35 2003 +0000
+++ b/mpegvideo.h	Thu Jan 02 12:48:09 2003 +0000
@@ -141,6 +141,7 @@
     int map_generation;  
     int penalty_factor;
     int sub_penalty_factor;
+    int pre_pass;                      /* = 1 for the pre pass */
     UINT16 (*mv_penalty)[MAX_MV*2+1];  /* amount of bits needed to encode a MV */
     int (*sub_motion_search)(struct MpegEncContext * s,
 				  int *mx_ptr, int *my_ptr, int dmin,