Commit f9edc734 authored by Diego Biurrun's avatar Diego Biurrun

ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c

parent 5b26d3b7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment