Message ID | 20210718012204.97733-5-zane@zanevaniperen.com |
---|---|
State | Accepted |
Commit | 0c538ce30de6141ae233ba5485523ab5b6235e1a |
Headers | show |
Series | [FFmpeg-devel,1/8] avcodec/argo: use pixel format provided by the demuxer | expand |
Context | Check | Description |
---|---|---|
andriy/x86_make | success | Make finished |
andriy/x86_make_fate | success | Make fate finished |
andriy/PPC64_make | success | Make finished |
andriy/PPC64_make_fate | success | Make fate finished |
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 *
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> --- libavformat/alp.c | 1 - 1 file changed, 1 deletion(-)