]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.h
qpeg: use reget_buffer() in decode_frame()
[ffmpeg] / libavcodec / mpegvideo.h
index 0ff08d2eb64ed7ca5b125cf83c173d907c1090b0..8ea7a5b7983ccaeb87bbf735968a941904142657 100644 (file)
@@ -387,11 +387,6 @@ typedef struct MpegEncContext {
     int no_rounding;  /**< apply no rounding to motion compensation (MPEG4, msmpeg4, ...)
                         for b-frames rounding mode is always 0 */
 
-#if FF_API_HURRY_UP
-    int hurry_up;     /**< when set to 1 during decoding, b frames will be skipped
-                         when set to 2 idct/dequant will be skipped too */
-#endif
-
     /* macroblock layer */
     int mb_x, mb_y;
     int mb_skip_run;