[FFmpeg-cvslog] avcodec/mlpenc: remove TODO comment, sample rate is always fixed

Paul B Mahol git at videolan.org
Thu Oct 19 00:11:27 EEST 2023


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Oct 14 12:44:49 2023 +0200| [727ee32da705a6186feeba9fa6929e299b54ae8b] | committer: Paul B Mahol

avcodec/mlpenc: remove TODO comment, sample rate is always fixed

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=727ee32da705a6186feeba9fa6929e299b54ae8b
---

 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;



More information about the ffmpeg-cvslog mailing list