From a469c32478cd2bee1fabc37b388d0fcda28ecc07 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 17 May 2011 20:22:48 +0200 Subject: indeo3: add @file doxy and a link to multimedia wiki documentation --- libavcodec/indeo3.c | 12 +++++++++--- 1 file 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 #include #include -- cgit v1.2.3