1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

This commit is contained in:
Diego Biurrun 2016-12-19 12:20:14 +01:00
parent 5b26d3b789
commit f9edc734e0

View File

@ -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;