summaryrefslogtreecommitdiff
path: root/libavformat/gif.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-23 15:51:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-24 15:36:54 +0200
commit8870cf7c0e93f47422eb258599cd028bafef60c5 (patch)
tree340d6d1aea7cda95e1a1787cc2a90097e4a5a4a0 /libavformat/gif.c
parentb5be1a7e233618fbede597f6fc81780a1a3f2266 (diff)
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.c2
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;