[FFmpeg-devel] [PATCH 3/6] avformat/gif: remove unneeded doxygen comment
Michael Niedermayer
michaelni at gmx.at
Thu May 23 15:58:13 CEST 2013
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavformat/gif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/gif.c b/libavformat/gif.c
index d459bd6..4189850 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;
--
1.7.9.5
More information about the ffmpeg-devel
mailing list