Message ID | 20210718012204.97733-8-zane@zanevaniperen.com |
---|---|
State | Accepted |
Commit | 55801421b35edc8cc055e314b33f04d30d5f1a3d |
Headers | show |
Series | [FFmpeg-devel,1/8] avcodec/argo: use pixel format provided by the demuxer | expand |
Context | Check | Description |
---|---|---|
andriy/x86_make | success | Make finished |
andriy/x86_make_fate | success | Make fate finished |
andriy/PPC64_make | success | Make finished |
andriy/PPC64_make_fate | success | Make fate finished |
diff --git a/libavformat/pp_bnk.c b/libavformat/pp_bnk.c index dfe5343cde..821d14a4aa 100644 --- a/libavformat/pp_bnk.c +++ b/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;
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> --- libavformat/pp_bnk.c | 1 - 1 file changed, 1 deletion(-)