Signed-off-by: Zane van Iperen <[email protected]>
---
libavformat/kvag.c | 1 -
1 file changed, 1 deletion(-)
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 *
--
2.31.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".