summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-02-01 14:21:36 +0100
committerClément Bœsch <u@pkh.me>2017-02-01 14:21:36 +0100
commit566bfd59c963938e183d523be9216b3f95ad8a09 (patch)
tree1c22e7de6792dbe4477340cbc2fc5722fad2153b /libavcodec/ratecontrol.h
parente4d65434633b67fd03d379fe9d0ab9dc97d767dc (diff)
parentd639dcdae022130078c9c84b7b691c5e9694786c (diff)
Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'
* commit 'd639dcdae022130078c9c84b7b691c5e9694786c': ratecontrol: Move Xvid-related functions to the place they are actually used Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r--libavcodec/ratecontrol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index c15f9e258e..2a7aaec644 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -96,8 +96,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 */