]> git.sesse.net Git - ffmpeg/commitdiff
indeo3: add @file doxy and a link to multimedia wiki documentation
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 17 May 2011 18:22:48 +0000 (20:22 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 20 May 2011 07:34:57 +0000 (09:34 +0200)
libavcodec/indeo3.c

index 588a5b4cac6c1969b789b9cc500547d2e9eee2a5..2be17ff517daf2d01d8d83379dd58f7a9f45c7de 100644 (file)
@@ -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
  * 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>