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 --- libavformat/rpl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/rpl.c') diff --git a/libavformat/rpl.c b/libavformat/rpl.c index a5b1e6ec69..42b47f8457 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -164,11 +164,9 @@ static int rpl_read_header(AVFormatContext *s) // The header is wrong here, at least sometimes vst->codec->bits_per_coded_sample = 16; break; -#if 0 case 130: vst->codec->codec_id = AV_CODEC_ID_ESCAPE130; break; -#endif default: av_log(s, AV_LOG_WARNING, "RPL video format %i not supported yet!\n", -- cgit v1.2.3