summaryrefslogtreecommitdiffstats
path: root/libavformat/rpl.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2011-11-30 00:52:14 +0000
committerPaul B Mahol <onemda@gmail.com>2011-12-01 15:32:20 +0000
commit30961a8dd536e41f602593187218c10282eb2581 (patch)
tree24600cae2fc16fea17cfed51de82608a5eb29da3 /libavformat/rpl.c
parent06029fbb7fb33147ef287cbba4ad5e28efeaab3d (diff)
downloadffmpeg-streaming-30961a8dd536e41f602593187218c10282eb2581.zip
ffmpeg-streaming-30961a8dd536e41f602593187218c10282eb2581.tar.gz
rpl: enable escape130 codec
Diffstat (limited to 'libavformat/rpl.c')
-rw-r--r--libavformat/rpl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rpl.c b/libavformat/rpl.c
index d9b0433..9816cb7 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",
OpenPOWER on IntegriCloud