ratecontrol: Move Xvid-related functions to the place they are actually used

This will simplify the de-MpegEncContextualization.
This commit is contained in:
Vittorio Giovara
2016-07-20 18:02:23 +02:00
parent 44972e227d
commit d639dcdae0
4 changed files with 39 additions and 33 deletions

View File

@@ -95,8 +95,4 @@ void ff_rate_control_uninit(struct MpegEncContext *s);
int ff_vbv_update(struct MpegEncContext *s, int frame_size);
void ff_get_2pass_fcode(struct MpegEncContext *s);
int ff_xvid_rate_control_init(struct MpegEncContext *s);
void ff_xvid_rate_control_uninit(struct MpegEncContext *s);
float ff_xvid_rate_estimate_qscale(struct MpegEncContext *s, int dry_run);
#endif /* AVCODEC_RATECONTROL_H */