mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/argo_cvg: don't set bits_per_raw_sample
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
1c2d8ff92b
commit
9f502d8c8d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user