diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-09-02 11:18:33 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-09-08 15:59:10 +0200 |
commit | a5278b672aaa8970cd550dd10f4bd2c582197bd3 (patch) | |
tree | e52ad46ce15ed833e0cbd84713f6e848342a04fa /libavcodec/avcodec.h | |
parent | af71a3ff3eb86c349bf7de09bea47575c4a882f7 (diff) | |
download | ffmpeg-a5278b672aaa8970cd550dd10f4bd2c582197bd3.tar.gz |
avcodec: add RemotelyAnywhere Screen Capture 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 b6688b7af3..719c181a08 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -451,6 +451,7 @@ enum AVCodecID { AV_CODEC_ID_PROSUMER, AV_CODEC_ID_MWSC, AV_CODEC_ID_WCMV, + AV_CODEC_ID_RASC, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |