diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-10 12:43:55 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-03-31 10:48:43 +0200 |
commit | 4e8cbbf70e7a4ca3bb157f31c2f28e2365322b45 (patch) | |
tree | 217361cc15bb6a81452f400108e51d8e5cb8530f /libavcodec/avcodec.h | |
parent | 52d8f35b14bc379572e74d042d3466b8d3b6e7cf (diff) | |
download | ffmpeg-4e8cbbf70e7a4ca3bb157f31c2f28e2365322b45.tar.gz |
avcodec: add Amuse Graphics decoder
This work is sponsored by VideoLAN.
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 0ce22ec4fa..cafc65fce5 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -454,6 +454,7 @@ enum AVCodecID { AV_CODEC_ID_RASC, AV_CODEC_ID_HYMT, AV_CODEC_ID_ARBC, + AV_CODEC_ID_AGM, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |