avformat/pp_bnk: 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 5783bae9e5
commit 55801421b3
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
  1. 1
      libavformat/pp_bnk.c

@ -214,7 +214,6 @@ static int pp_bnk_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->sample_rate * (int64_t)par->bits_per_coded_sample * par->channels;

Loading…
Cancel
Save