From 350914fc8024612f614c0a4f5c8ba5da2d9988e7 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 16 Dec 2011 21:30:27 +0100 Subject: Escape 130 (RPL) decoder Some fixes provided by Paul B Mahol and Michael Niedermayer and me. Signed-off-by: Diego Biurrun Signed-off-by: Kostya Shishkov --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') 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 -- cgit v1.2.3