diff mbox series

[FFmpeg-devel,1/2] avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample()

Message ID 20201102034724.26570-1-zane@zanevaniperen.com
State Accepted
Commit 2433b62f7980b8f98d129f5b998103ad736a2b59
Headers show
Series [FFmpeg-devel,1/2] avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample() | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished

Commit Message

Zane van Iperen Nov. 2, 2020, 3:47 a.m. UTC
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
---
 libavcodec/utils.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Zane van Iperen Nov. 3, 2020, 2:26 a.m. UTC | #1
On 2/11/20 1:47 pm, Zane van Iperen wrote:
> 
> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
> ---
>   libavcodec/utils.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Will apply soon.
diff mbox series

Patch

diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 110496cc44..db51512e15 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1490,6 +1490,7 @@  int av_get_exact_bits_per_sample(enum AVCodecID codec_id)
     case AV_CODEC_ID_8SVX_FIB:
     case AV_CODEC_ID_ADPCM_ARGO:
     case AV_CODEC_ID_ADPCM_CT:
+    case AV_CODEC_ID_ADPCM_IMA_ALP:
     case AV_CODEC_ID_ADPCM_IMA_APC:
     case AV_CODEC_ID_ADPCM_IMA_APM:
     case AV_CODEC_ID_ADPCM_IMA_EA_SEAD: