From 727ee32da705a6186feeba9fa6929e299b54ae8b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 14 Oct 2023 12:44:49 +0200 Subject: [PATCH] avcodec/mlpenc: remove TODO comment, sample rate is always fixed --- libavcodec/mlpenc.c | 1 - 1 file changed, 1 deletion(-) 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;