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>2020-02-18 21:33:33 +0300
committerPaul B Mahol <onemda@gmail.com>2020-04-10 13:22:09 +0300
commit481ebb1c8b3368e2a1bb9e33bd10b50a8818dbf7 (patch)
tree8784d8dc13c6280dde555dea9c4dcbe4ee2f320d /libavcodec/avcodec.h
parentdf08db07110dc00f7dc0ca8bc5162fffcb9008c7 (diff)
avcodec: add MV30 decoder
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 8fc0ad92c9..c5b7d6b201 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -463,6 +463,7 @@ enum AVCodecID {
AV_CODEC_ID_MVDV,
AV_CODEC_ID_MVHA,
AV_CODEC_ID_CDTOONS,
+ AV_CODEC_ID_MV30,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs