ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Wed Dec 12 17:16:30 2018 +0100| [280b43246434a3b3bcab4cdce274a299ea8d0424] | committer: Paul B Mahol
avformat/gif: extend description > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=280b43246434a3b3bcab4cdce274a299ea8d0424 --- libavformat/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/gif.c b/libavformat/gif.c index 8bfe59afe8..7916ba1e6b 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -202,7 +202,7 @@ static const AVClass gif_muxer_class = { AVOutputFormat ff_gif_muxer = { .name = "gif", - .long_name = NULL_IF_CONFIG_SMALL("GIF Animation"), + .long_name = NULL_IF_CONFIG_SMALL("CompuServe Graphics Interchange Format (GIF)"), .mime_type = "image/gif", .extensions = "gif", .priv_data_size = sizeof(GIFContext), _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog