Message ID | 20210718012204.97733-7-zane@zanevaniperen.com |
---|---|
State | Accepted |
Commit | 5783bae9e57c96f635133b1b93d7f7f4a670b7c4 |
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/kvag.c b/libavformat/kvag.c index 94dc1ddc04..b5ebe418e6 100644 --- a/libavformat/kvag.c +++ b/libavformat/kvag.c @@ -80,7 +80,6 @@ static int kvag_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->channels * (uint64_t)par->sample_rate *
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> --- libavformat/kvag.c | 1 - 1 file changed, 1 deletion(-)