]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.h
Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'
[ffmpeg] / libavcodec / mpegvideo.h
index e9eb633d1b51d3b4eba83774f505c004e5a4680c..6f20336bb5e055b2e4286472999f7a57f5698a4b 100644 (file)
@@ -252,9 +252,6 @@ typedef struct MpegEncContext {
     int16_t (*b_field_mv_table[2][2][2])[2];///< MV table (4MV per MB) interlaced B-frame encoding
     uint8_t (*p_field_select_table[2]);
     uint8_t (*b_field_select_table[2][2]);
-#if FF_API_MOTION_EST
-    int me_method;                       ///< ME algorithm
-#endif
     int motion_est;                      ///< ME algorithm
     int me_penalty_compensation;
     int me_pre;                          ///< prepass for motion estimation