avformat/argo_cvg: don't set bits_per_raw_sample

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
pull/359/head
Zane van Iperen 4 years ago
parent 1c2d8ff92b
commit 9f502d8c8d
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
  1. 1
      libavformat/argo_cvg.c

@ -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…
Cancel
Save