diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-23 15:51:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-24 15:36:54 +0200 |
commit | 8870cf7c0e93f47422eb258599cd028bafef60c5 (patch) | |
tree | 340d6d1aea7cda95e1a1787cc2a90097e4a5a4a0 /libavformat/gif.c | |
parent | b5be1a7e233618fbede597f6fc81780a1a3f2266 (diff) | |
download | ffmpeg-8870cf7c0e93f47422eb258599cd028bafef60c5.tar.gz |
avformat/gif: remove unneeded doxygen comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/gif.c')
-rw-r--r-- | libavformat/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gif.c b/libavformat/gif.c index d459bd6032..4189850fed 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -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; |