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
From 1ca907a8009ae87f728b10be83602f355230cfd6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <ceho...@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
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel