Message ID | 20210718012204.97733-3-zane@zanevaniperen.com |
---|---|
State | Accepted |
Commit | 9f502d8c8d0b2dc44a4237b1c3cbed7ee73dd7e8 |
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/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;
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> --- libavformat/argo_cvg.c | 1 - 1 file changed, 1 deletion(-)