Commit 8870cf7c authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/gif: remove unneeded doxygen comment

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b5be1a7e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment