diff options
author | Tomas Härdin <tjoppen@acc.umu.se> | 2017-08-08 15:27:27 +0200 |
---|---|---|
committer | Tomas Härdin <tjoppen@acc.umu.se> | 2018-02-24 17:06:31 +0100 |
commit | f958f431eced497f42220d8f9890506215742512 (patch) | |
tree | a6103c15aa9ea36aecbdfae25b1db560cb69576a /libavcodec/avcodec.h | |
parent | 28924f4b488a2a22c2a1e41706fd97b6e484325c (diff) | |
download | ffmpeg-f958f431eced497f42220d8f9890506215742512.tar.gz |
Add libcodec2 en/decoder
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 74c7b9dadd..1060ac453b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -615,6 +615,7 @@ enum AVCodecID { AV_CODEC_ID_PAF_AUDIO, AV_CODEC_ID_ON2AVC, AV_CODEC_ID_DSS_SP, + AV_CODEC_ID_CODEC2, AV_CODEC_ID_FFWAVESYNTH = 0x15800, AV_CODEC_ID_SONIC, |