[FFmpeg-cvslog] avformat/alp: don't set bits_per_raw_sample
Zane van Iperen
git at videolan.org
Mon Jul 19 07:16:41 EEST 2021
ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Sun Jul 18 10:40:30 2021 +1000| [0c538ce30de6141ae233ba5485523ab5b6235e1a] | committer: Zane van Iperen
avformat/alp: 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=0c538ce30de6141ae233ba5485523ab5b6235e1a
---
libavformat/alp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/alp.c b/libavformat/alp.c
index bc19f02083..4876015f4b 100644
--- a/libavformat/alp.c
+++ b/libavformat/alp.c
@@ -127,7 +127,6 @@ static int alp_read_header(AVFormatContext *s)
return AVERROR_INVALIDDATA;
par->bits_per_coded_sample = 4;
- par->bits_per_raw_sample = 16;
par->block_align = 1;
par->bit_rate = par->channels *
par->sample_rate *
More information about the ffmpeg-cvslog
mailing list