summaryrefslogtreecommitdiff
path: root/libavcodec/mlpenc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-10-14 12:44:49 +0200
committerPaul B Mahol <onemda@gmail.com>2023-10-18 23:01:36 +0200
commit727ee32da705a6186feeba9fa6929e299b54ae8b (patch)
treebdb6bd35f0a34de95076d9d9c9159d1db1264bf8 /libavcodec/mlpenc.c
parent9adc5d8bfec8e34234680e7f64e461fd28a77fd3 (diff)
avcodec/mlpenc: remove TODO comment, sample rate is always fixed
Diffstat (limited to 'libavcodec/mlpenc.c')
-rw-r--r--libavcodec/mlpenc.c1
1 files changed, 0 insertions, 1 deletions
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;