summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-05-05 18:09:24 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-05-06 15:36:24 +0200
commit4155d5e06fa783e057cb6dc36124fafedbe19ca3 (patch)
tree0cef2df63f3128799d2afb181a0c0281047ba310 /libavcodec/avcodec.h
parent31ce01bdb9722a552d5b316d97aa6e294de0c7cc (diff)
avcodec: add M101 decoder
Fixes Ticket 2611 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 161ee9d003..dd209a9ffb 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -386,6 +386,7 @@ enum AVCodecID {
AV_CODEC_ID_DXV,
AV_CODEC_ID_SCREENPRESSO,
AV_CODEC_ID_RSCC,
+ AV_CODEC_ID_M101,
AV_CODEC_ID_Y41P = 0x8000,
AV_CODEC_ID_AVRP,