1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avformat/alp: don't set bits_per_raw_sample

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
Zane van Iperen
2021-07-18 10:40:30 +10:00
parent b28a3135af
commit 0c538ce30d

View File

@@ -127,7 +127,6 @@ static int alp_read_header(AVFormatContext *s)
return AVERROR_INVALIDDATA;
par->bits_per_coded_sample = 4;
par->bits_per_raw_sample = 16;
par->block_align = 1;
par->bit_rate = par->channels *
par->sample_rate *