avformat/gif: remove unneeded doxygen comment

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/18/merge
Michael Niedermayer 12 years ago
parent b5be1a7e23
commit 8870cf7c0e
  1. 2
      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;

Loading…
Cancel
Save