mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6
This commit is contained in:
parent
5b26d3b789
commit
f9edc734e0
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue