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

Stefano Sabatini stefano.sabatini-lala at poste.it
Tue May 17 22:30:04 CEST 2011


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

diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 588a5b4..c7ca61d 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1,6 +1,5 @@
 /*
- * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
- * written, produced, and directed by Alan Smithee
+ * Copyright (c) 2003 Alan Smithee
  *
  * This file is part of FFmpeg.
  *
@@ -19,6 +18,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>
-- 
1.7.2.3



More information about the ffmpeg-devel mailing list