1
0
Fork 0

avcodec/ratecontrol: drop remnants of libxvid rate control

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint 2023-01-22 01:20:10 +01:00
parent 103617c93c
commit bdb7338b09
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ typedef struct RateControlContext{
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;