mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-25 00:06:58 +00:00
avcodec/mlpenc: remove TODO comment, sample rate is always fixed
This commit is contained in:
parent
9adc5d8bfe
commit
727ee32da7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user