summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r--libavcodec/ratecontrol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index 3bcf38eb08..da39af7956 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -91,7 +91,6 @@ struct MpegEncContext;
/* rate control */
int ff_rate_control_init(struct MpegEncContext *s);
float ff_rate_estimate_qscale(struct MpegEncContext *s, int dry_run);
-void ff_write_pass1_stats(struct MpegEncContext *s);
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);