mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/gif: extend description
This commit is contained in:
parent
bb0984cc29
commit
280b432464
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user