forked from FFmpeg/FFmpeg
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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue