1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2025-03-22 10:58:04 +00:00

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 {
AVClass *class; /** Class for private options. */
AVClass *class;
int loop;
int last_delay;
AVPacket *prev_pkt;