avformat/gif: remove unneeded doxygen comment

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-23 15:51:11 +02:00
parent b5be1a7e23
commit 8870cf7c0e

View File

@ -66,7 +66,7 @@ static int gif_image_write_header(AVIOContext *pb, int width, int height,
} }
typedef struct { typedef struct {
AVClass *class; /** Class for private options. */ AVClass *class;
int loop; int loop;
int last_delay; int last_delay;
AVPacket *prev_pkt; AVPacket *prev_pkt;