Signed-off-by: Zane van Iperen <[email protected]>
---
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 *
--
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".