[FFmpeg-cvslog] avcodec/codec_desc: extend gif description

Paul B Mahol git at videolan.org
Thu Dec 13 20:32:16 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Dec 12 17:16:52 2018 +0100| [f2664a306fb59961d38eff647317f0e1b5295aaf] | committer: Paul B Mahol

avcodec/codec_desc: extend gif description

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2664a306fb59961d38eff647317f0e1b5295aaf
---

 libavcodec/codec_desc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 4850e4fb43..73f343ce24 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -723,7 +723,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .id        = AV_CODEC_ID_GIF,
         .type      = AVMEDIA_TYPE_VIDEO,
         .name      = "gif",
-        .long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
+        .long_name = NULL_IF_CONFIG_SMALL("CompuServe GIF (Graphics Interchange Format)"),
         .props     = AV_CODEC_PROP_LOSSLESS,
         .mime_types= MT("image/gif"),
     },



More information about the ffmpeg-cvslog mailing list