summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-12-16 21:30:27 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2013-05-18 07:12:56 +0200
commit350914fc8024612f614c0a4f5c8ba5da2d9988e7 (patch)
treeacdd7ee0a89e1c985642b2e5178a2c0f023e4641 /libavcodec/avcodec.h
parentcebdedca57d95834a8f8098c7b6a322a1163e26b (diff)
Escape 130 (RPL) decoder
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
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 b5a08ec9eb..b48ba0cce8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -269,6 +269,7 @@ enum AVCodecID {
AV_CODEC_ID_MSS2,
AV_CODEC_ID_VP9,
AV_CODEC_ID_AIC,
+ AV_CODEC_ID_ESCAPE130,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs