diff options
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 4741915bac..2388f9ba69 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -344,7 +344,7 @@ static int gif_write_trailer(AVFormatContext *s) return 0; } -AVOutputFormat gif_muxer = { +AVOutputFormat ff_gif_muxer = { "gif", NULL_IF_CONFIG_SMALL("GIF Animation"), "image/gif", |