diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-17 20:22:48 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-20 09:34:57 +0200 |
commit | a469c32478cd2bee1fabc37b388d0fcda28ecc07 (patch) | |
tree | fc4c172d2c419388b2d911f432387c554c2ca6ba /libavcodec/indeo3.c | |
parent | 0d65e0f8cb0f924be95650f50f3d05d0b223aceb (diff) | |
download | ffmpeg-a469c32478cd2bee1fabc37b388d0fcda28ecc07.tar.gz |
indeo3: add @file doxy and a link to multimedia wiki documentation
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r-- | libavcodec/indeo3.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index 588a5b4cac..2be17ff517 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> |