Browse Source

avformat/gif: extend description

tags/n4.2
Paul B Mahol 7 years ago
parent
commit
280b432464
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/gif.c

+ 1
- 1
libavformat/gif.c View File

@@ -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…
Cancel
Save