[FFmpeg-cvslog] rpl: enable escape130 codec

Paul B Mahol git at videolan.org
Thu Dec 8 06:03:16 CET 2011


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Nov 30 00:52:14 2011 +0000| [30961a8dd536e41f602593187218c10282eb2581] | committer: Paul B Mahol

rpl: enable escape130 codec

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30961a8dd536e41f602593187218c10282eb2581
---

 libavformat/rpl.c |    2 --
 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",



More information about the ffmpeg-cvslog mailing list