From 8870cf7c0e93f47422eb258599cd028bafef60c5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 23 May 2013 15:51:11 +0200 Subject: avformat/gif: remove unneeded doxygen comment Signed-off-by: Michael Niedermayer --- libavformat/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gif.c') diff --git a/libavformat/gif.c b/libavformat/gif.c index d459bd6032..4189850fed 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -66,7 +66,7 @@ static int gif_image_write_header(AVIOContext *pb, int width, int height, } typedef struct { - AVClass *class; /** Class for private options. */ + AVClass *class; int loop; int last_delay; AVPacket *prev_pkt; -- cgit v1.2.3