avformat/argo_cvg: 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 09:15:16 +10:00
parent 1c2d8ff92b
commit 9f502d8c8d
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

View File

@ -183,7 +183,6 @@ static int argo_cvg_read_header(AVFormatContext *s)
par->channel_layout = AV_CH_LAYOUT_MONO;
par->bits_per_coded_sample = 4;
par->bits_per_raw_sample = 16;
par->block_align = ARGO_CVG_BLOCK_ALIGN;
par->bit_rate = par->sample_rate * par->bits_per_coded_sample;