diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-02-06 09:17:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-12 10:43:45 +0100 |
commit | 8259f8a7207ac0d0e9db69df9a8bc0f53bcb87a0 (patch) | |
tree | 7dffc6f2fb84558279f04d5e6f861553970ee142 /libavcodec/avcodec.h | |
parent | 25d9cb462132e71143a2b87e80c2b02a0441fcf3 (diff) | |
download | ffmpeg-8259f8a7207ac0d0e9db69df9a8bc0f53bcb87a0.tar.gz |
avcodec: add FM Screen Capture Codec 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 8f69f1eb55..3e161ea10e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -414,6 +414,7 @@ enum AVCodecID { AV_CODEC_ID_PSD, AV_CODEC_ID_PIXLET, AV_CODEC_ID_SPEEDHQ, + AV_CODEC_ID_FMVC, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |