mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avformat/kvag: don't set bits_per_raw_sample
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
5362fa2b75
commit
5783bae9e5
@ -80,7 +80,6 @@ static int kvag_read_header(AVFormatContext *s)
|
||||
|
||||
par->sample_rate = hdr.sample_rate;
|
||||
par->bits_per_coded_sample = 4;
|
||||
par->bits_per_raw_sample = 16;
|
||||
par->block_align = 1;
|
||||
par->bit_rate = par->channels *
|
||||
(uint64_t)par->sample_rate *
|
||||
|
Loading…
Reference in New Issue
Block a user