mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-23 03:17:30 +00:00
avformat/gif: remove unneeded doxygen comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b5be1a7e23
commit
8870cf7c0e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user