]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libxvid.h
ffmpeg, ffprobe: don't "merge" side data into packet data by default
[ffmpeg] / libavcodec / libxvid.h
index ef9a5a9c59cfc95e97cb23c58c91352b224d2068..58bef616608cc33eed1e821add5d8569044c09d2 100644 (file)
  * common functions for use with the Xvid wrappers
  */
 
+struct MpegEncContext;
+
+/* rate control */
+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_LIBXVID_H */