[FFmpeg-cvslog] avformat/gif: remove unneeded doxygen comment

Michael Niedermayer git at videolan.org
Fri May 24 16:01:00 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 23 15:51:11 2013 +0200| [8870cf7c0e93f47422eb258599cd028bafef60c5] | committer: Michael Niedermayer

avformat/gif: remove unneeded doxygen comment

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8870cf7c0e93f47422eb258599cd028bafef60c5
---

 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;



More information about the ffmpeg-cvslog mailing list