[FFmpeg-cvslog] avformat/kvag: don't set bits_per_raw_sample
Zane van Iperen
git at videolan.org
Mon Jul 19 07:16:45 EEST 2021
ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Sun Jul 18 10:41:54 2021 +1000| [5783bae9e57c96f635133b1b93d7f7f4a670b7c4] | committer: Zane van Iperen
avformat/kvag: don't set bits_per_raw_sample
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5783bae9e57c96f635133b1b93d7f7f4a670b7c4
---
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 *
More information about the ffmpeg-cvslog
mailing list