diff options
author | Paul B Mahol <onemda@gmail.com> | 2011-11-30 00:52:14 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2011-12-01 15:32:20 +0000 |
commit | 30961a8dd536e41f602593187218c10282eb2581 (patch) | |
tree | 24600cae2fc16fea17cfed51de82608a5eb29da3 /libavformat/rpl.c | |
parent | 06029fbb7fb33147ef287cbba4ad5e28efeaab3d (diff) | |
download | ffmpeg-30961a8dd536e41f602593187218c10282eb2581.tar.gz |
rpl: enable escape130 codec
Diffstat (limited to 'libavformat/rpl.c')
-rw-r--r-- | libavformat/rpl.c | 2 |
1 files changed, 0 insertions, 2 deletions
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", |