ffmpeg | branch: master | Paul B Mahol <one...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".