You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/gif: remove unneeded doxygen comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user