summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-19 12:20:14 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-21 11:13:20 +0100
commitf9edc734e0ca3f6ef06c1ad0bd2c19c0c66f1ffa (patch)
tree18fe9f8aae6a634945be381c10ea1570349bd76b
parent5b26d3b789bd19a32dbe1e9c7ccab9498de7ee9b (diff)
ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6
-rw-r--r--libavcodec/ratecontrol.h4
1 files changed, 0 insertions, 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;