From 30961a8dd536e41f602593187218c10282eb2581 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 30 Nov 2011 00:52:14 +0000 Subject: rpl: enable escape130 codec --- 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 d9b043355f..9816cb7c30 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -164,11 +164,9 @@ static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap) // The header is wrong here, at least sometimes vst->codec->bits_per_coded_sample = 16; break; -#if 0 case 130: vst->codec->codec_id = CODEC_ID_ESCAPE130; break; -#endif default: av_log(s, AV_LOG_WARNING, "RPL video format %i not supported yet!\n", -- cgit v1.2.3