diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-12-12 17:16:30 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-12-13 18:58:48 +0100 |
commit | 280b43246434a3b3bcab4cdce274a299ea8d0424 (patch) | |
tree | a00825bf3e16b02071d2854918e3a531e73a51ba /libavformat/gif.c | |
parent | bb0984cc29e93e56506722fe0ce5c6d43b6d4326 (diff) | |
download | ffmpeg-280b43246434a3b3bcab4cdce274a299ea8d0424.tar.gz |
avformat/gif: extend description
Diffstat (limited to 'libavformat/gif.c')
-rw-r--r-- | libavformat/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |