forked from FFmpeg/FFmpeg
au: set bit rate
This commit is contained in:
parent
3f98848d6e
commit
9a7b56883d
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ static int au_read_header(AVFormatContext *s)
|
|||
st->codec->codec_id = codec;
|
||||
st->codec->channels = channels;
|
||||
st->codec->sample_rate = rate;
|
||||
st->codec->bit_rate = channels * rate * bps;
|
||||
avpriv_set_pts_info(st, 64, 1, rate);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue