Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-08-24 18:01:00 +0300
committerPaul B Mahol <onemda@gmail.com>2018-08-27 23:06:19 +0300
commitf7d749e95b932549ae1f30e5e6e821643d247bf1 (patch)
tree830825648d33730d2c187897ec620b70cc17367f /libavcodec/avcodec.h
parent38ec5b4aa473a3c7d312621ab692a30d97063b92 (diff)
avcodec: add MatchWare Screen Capture Codec
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
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