[FFmpeg-devel] [PATCH]lavf/img2: Remove ffv1-img

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jul 13 12:09:48 EEST 2016


Hi!

Attached patch removes a line from img2.c, afaict the ffv1 format 
cannot be used without a container, at least it doesn't work with 
current (and very old) FFmpeg.

Carl Eugen
-------------- next part --------------
From 1ca907a8009ae87f728b10be83602f355230cfd6 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Wed, 13 Jul 2016 11:06:59 +0200
Subject: [PATCH] lavf/img2: Remove ffv1-img, the format requires a container.

---
 libavformat/img2.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index 0f6f75c..f9f53ff 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -45,7 +45,6 @@ const IdStrMap ff_img_tags[] = {
     { AV_CODEC_ID_MPEG1VIDEO, "mpg1-img" },
     { AV_CODEC_ID_MPEG2VIDEO, "mpg2-img" },
     { AV_CODEC_ID_MPEG4,      "mpg4-img" },
-    { AV_CODEC_ID_FFV1,       "ffv1-img" },
     { AV_CODEC_ID_RAWVIDEO,   "y"        },
     { AV_CODEC_ID_RAWVIDEO,   "raw"      },
     { AV_CODEC_ID_BMP,        "bmp"      },
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list