diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-24 17:01:00 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-27 22:06:19 +0200 |
commit | f7d749e95b932549ae1f30e5e6e821643d247bf1 (patch) | |
tree | 830825648d33730d2c187897ec620b70cc17367f /libavcodec/avcodec.h | |
parent | 38ec5b4aa473a3c7d312621ab692a30d97063b92 (diff) | |
download | ffmpeg-f7d749e95b932549ae1f30e5e6e821643d247bf1.tar.gz |
avcodec: add MatchWare Screen Capture Codec
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 86a658a233..be41b8cf0e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -449,6 +449,7 @@ enum AVCodecID { AV_CODEC_ID_FITS, AV_CODEC_ID_IMM4, AV_CODEC_ID_PROSUMER, + AV_CODEC_ID_MWSC, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |