diff options
author | Peter Ross <pross@xvid.org> | 2016-05-05 21:21:27 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-05-15 01:01:45 +0200 |
commit | 86e493a6ffac3b3705ea4b276060c380ee2f5e75 (patch) | |
tree | 3767d6ed52c724f21bea40180bdd34e5cb3f0bec /libavcodec/avcodec.h | |
parent | 365b0c13e461a5d92e9e689e8f09301fb3255b93 (diff) | |
download | ffmpeg-86e493a6ffac3b3705ea4b276060c380ee2f5e75.tar.gz |
avcodec: add Direct Stream Transfer (DST) decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 97b21281f8..9ec9adfb6a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -591,6 +591,7 @@ enum AVCodecID { AV_CODEC_ID_INTERPLAY_ACM, AV_CODEC_ID_XMA1, AV_CODEC_ID_XMA2, + AV_CODEC_ID_DST, /* subtitle codecs */ AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. |