Skip to content

Commit

Permalink
avformat/pp_bnk: don't set bits_per_raw_sample
Browse files Browse the repository at this point in the history
Signed-off-by: Zane van Iperen <[email protected]>
  • Loading branch information
vs49688 committed Jul 19, 2021
1 parent 5783bae commit 5580142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavformat/pp_bnk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5580142

Please sign in to comment.