diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-01-02 18:50:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-01-15 10:56:35 +0100 |
commit | 894cbcd83b8922308c6149e764de62ae0aa7a463 (patch) | |
tree | 89717216f0bc8b7533a1c441dbdb7e11b26052e4 /libavcodec/avcodec.h | |
parent | 301cee61fa61c55b1c178ebfbc590872e8b033e6 (diff) | |
download | ffmpeg-894cbcd83b8922308c6149e764de62ae0aa7a463.tar.gz |
avcodec: add HCOM 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 4414853e84..90f9f08289 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -646,6 +646,7 @@ enum AVCodecID { AV_CODEC_ID_APTX_HD, AV_CODEC_ID_SBC, AV_CODEC_ID_ATRAC9, + AV_CODEC_ID_HCOM, /* subtitle codecs */ AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |