lavf: remove disabled FF_API_MUXRATE cruft

This commit is contained in:
Anton Khirnov
2012-01-12 13:31:55 +01:00
parent 2f5e728b58
commit f0cb13958d
5 changed files with 0 additions and 22 deletions

View File

@@ -421,11 +421,6 @@ static int mpeg_mux_init(AVFormatContext *ctx)
video_bitrate += codec_rate;
}
#if FF_API_MUXRATE
if(ctx->mux_rate){
s->mux_rate= (ctx->mux_rate + (8 * 50) - 1) / (8 * 50);
} else
#endif
if (!s->mux_rate) {
/* we increase slightly the bitrate to take into account the
headers. XXX: compute it exactly */