Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/gif.c')
-rw-r--r--libavcodec/gif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 45dbe5568d..d172593dbc 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -341,4 +341,5 @@ AVCodec gif_encoder = {
gif_encode_frame,
NULL, //encode_end,
.pix_fmts= (enum PixelFormat[]){PIX_FMT_PAL8, -1},
+ .long_name= "GIF (Graphics Interchange Format)",
};