From f9edc734e0ca3f6ef06c1ad0bd2c19c0c66f1ffa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 19 Dec 2016 12:20:14 +0100 Subject: ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6 --- libavcodec/ratecontrol.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index 2976806c8e..7c289c6fbe 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -79,10 +79,6 @@ typedef struct RateControlContext{ uint64_t qscale_sum[5]; int frame_count[5]; int last_non_b_pict_type; - - void *non_lavc_opaque; ///< context for non lavc rc code (for example xvid) - float dry_run_qscale; ///< for xvid rc - int last_picture_number; ///< for xvid rc AVExpr * rc_eq_eval; }RateControlContext; -- cgit v1.2.3