mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
avcodec/ratecontrol: drop remnants of libxvid rate control
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
103617c93c
commit
bdb7338b09
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user