diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-05-04 23:57:47 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-05-19 20:09:25 +0200 |
commit | cdd06db56f2a76396da1ab0648f4962b959bb2ab (patch) | |
tree | 24f626a01fe62eb32e7ad307986101f5d88a0a5e /libavcodec/codec_id.h | |
parent | b707abf0911b1cb997bf8b1912c970e1e15996cf (diff) | |
download | ffmpeg-cdd06db56f2a76396da1ab0648f4962b959bb2ab.tar.gz |
avcodec: add NotchLC decoder
Diffstat (limited to 'libavcodec/codec_id.h')
-rw-r--r-- | libavcodec/codec_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_id.h b/libavcodec/codec_id.h index e7d6e059db..e95737c0a2 100644 --- a/libavcodec/codec_id.h +++ b/libavcodec/codec_id.h @@ -291,6 +291,7 @@ enum AVCodecID { AV_CODEC_ID_MVHA, AV_CODEC_ID_CDTOONS, AV_CODEC_ID_MV30, + AV_CODEC_ID_NOTCHLC, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |