mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-22 15:00:10 +01:00
avcodec: add adpcm_argo encoder
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
@@ -1479,6 +1479,7 @@ int av_get_exact_bits_per_sample(enum AVCodecID codec_id)
|
||||
switch (codec_id) {
|
||||
case AV_CODEC_ID_8SVX_EXP:
|
||||
case AV_CODEC_ID_8SVX_FIB:
|
||||
case AV_CODEC_ID_ADPCM_ARGO:
|
||||
case AV_CODEC_ID_ADPCM_CT:
|
||||
case AV_CODEC_ID_ADPCM_IMA_APC:
|
||||
case AV_CODEC_ID_ADPCM_IMA_APM:
|
||||
|
||||
Reference in New Issue
Block a user