wmaenc: dont mess with the bitrate.
The bitrate is not writeable by an encoder. Fixes generation of invalid wma Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
39fe8033bb
commit
a19010f7a6
@ -85,8 +85,6 @@ static int encode_init(AVCodecContext * avctx){
|
||||
(avctx->sample_rate * 8);
|
||||
s->block_align = FFMIN(s->block_align, MAX_CODED_SUPERFRAME_SIZE);
|
||||
avctx->block_align = s->block_align;
|
||||
avctx->bit_rate = avctx->block_align * 8LL * avctx->sample_rate /
|
||||
s->frame_len;
|
||||
//av_log(NULL, AV_LOG_ERROR, "%d %d %d %d\n", s->block_align, avctx->bit_rate, s->frame_len, avctx->sample_rate);
|
||||
avctx->frame_size = avctx->delay = s->frame_len;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user