mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add adpcm_argo encoder
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
5d1e1dd6bd
commit
62da99e1d0
7 changed files with 91 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue