diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-04-12 17:25:26 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-04-13 18:10:11 +0200 |
commit | 16f7c1f2911c5cd01ed0e38d4d34ba519950e893 (patch) | |
tree | e56c2354f70a052b19cc419907caccc0b2bbd3f1 /libavcodec/avcodec.h | |
parent | 3e10223385b83358f013cbf6ba069f15fedc731a (diff) | |
download | ffmpeg-16f7c1f2911c5cd01ed0e38d4d34ba519950e893.tar.gz |
avcodec: add LSCR decoder
Fixes #4711.
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 4218cff6c4..9e37466641 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -455,6 +455,7 @@ enum AVCodecID { AV_CODEC_ID_HYMT, AV_CODEC_ID_ARBC, AV_CODEC_ID_AGM, + AV_CODEC_ID_LSCR, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |