diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-21 15:29:15 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-24 10:56:47 +0000 |
commit | 3d8e684f0592603a91a2f33e68ae1934148f7d81 (patch) | |
tree | 474e3f5173807ebed237d26019a7c68bc9bc056b /libavcodec/codec_desc.c | |
parent | ed591ed842dad0e23e7ba83d854faa61d2e2eb0f (diff) | |
download | ffmpeg-3d8e684f0592603a91a2f33e68ae1934148f7d81.tar.gz |
ADPCM IMA Dialogic decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 262d91779e..b4b7c4afea 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1763,6 +1763,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("ADPCM Nintendo Gamecube AFC"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_ADPCM_IMA_OKI, + .type = AVMEDIA_TYPE_AUDIO, + .name = "adpcm_ima_oki", + .long_name = NULL_IF_CONFIG_SMALL("ADPCM IMA Dialogic OKI"), + .props = AV_CODEC_PROP_LOSSY, + }, /* AMR */ { |