diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-07-15 10:25:02 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-07-15 10:25:02 +0200 |
commit | 040b4e139b9415fa31ef409d7a867d7360ee1d60 (patch) | |
tree | 42240859bba7b2aed8387ea32e2e3f47ad2e15f9 /libavformat/img2.c | |
parent | c41718c0d0e670122ea7b77bd0b50d3f807527ad (diff) | |
download | ffmpeg-040b4e139b9415fa31ef409d7a867d7360ee1d60.tar.gz |
lavf/img2: Remove ffv1-img.
The ffv1 format currently needs a container.
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 0f6f75cfa3..f9f53ff558 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" }, |