[FFmpeg-cvslog] avformat/argo_cvg: don't set bits_per_raw_sample
Zane van Iperen
git at videolan.org
Mon Jul 19 07:16:37 EEST 2021
ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Sun Jul 18 09:15:16 2021 +1000| [9f502d8c8d0b2dc44a4237b1c3cbed7ee73dd7e8] | committer: Zane van Iperen
avformat/argo_cvg: 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=9f502d8c8d0b2dc44a4237b1c3cbed7ee73dd7e8
---
libavformat/argo_cvg.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
index 73db777199..37288a1496 100644
--- a/libavformat/argo_cvg.c
+++ b/libavformat/argo_cvg.c
@@ -183,7 +183,6 @@ static int argo_cvg_read_header(AVFormatContext *s)
par->channel_layout = AV_CH_LAYOUT_MONO;
par->bits_per_coded_sample = 4;
- par->bits_per_raw_sample = 16;
par->block_align = ARGO_CVG_BLOCK_ALIGN;
par->bit_rate = par->sample_rate * par->bits_per_coded_sample;
More information about the ffmpeg-cvslog
mailing list