[FFmpeg-cvslog] indeo3: add @file doxy and a link to multimedia wiki documentation

Stefano Sabatini git at videolan.org
Fri May 20 10:10:04 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Tue May 17 20:22:48 2011 +0200| [a469c32478cd2bee1fabc37b388d0fcda28ecc07] | committer: Stefano Sabatini

indeo3: add @file doxy and a link to multimedia wiki documentation

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

 libavcodec/indeo3.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 588a5b4..2be17ff 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1,7 +1,4 @@
 /*
- * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
- * written, produced, and directed by Alan Smithee
- *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
@@ -19,6 +16,15 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * Intel Indeo 3 (IV31, IV32, etc.) video decoder for FFmpeg
+ * written, produced, and directed by Alan Smithee
+ *
+ * For some documentation see:
+ * http://wiki.multimedia.cx/index.php?title=Indeo_3
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the ffmpeg-cvslog mailing list