]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rpl.c
rpl: enable escape130 codec
[ffmpeg] / libavformat / rpl.c
index d9b043355fbb91f50717ef74e918fa5ea3b474ee..9816cb7c30e2346d7d6db2ff2e6bcea99360ba2f 100644 (file)
@@ -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",