diff --git a/libavcodec/mlpenc.c b/libavcodec/mlpenc.c index 88da6c56c8..333f96422c 100644 --- a/libavcodec/mlpenc.c +++ b/libavcodec/mlpenc.c @@ -524,7 +524,6 @@ static av_cold int mlp_encode_init(AVCodecContext *avctx) } ctx->coded_sample_rate[1] = -1 & 0xf; - /* TODO Keep count of bitrate and calculate real value. */ ctx->coded_peak_bitrate = mlp_peak_bitrate(9600000, avctx->sample_rate); ctx->substream_info |= SUBSTREAM_INFO_ALWAYS_SET;