Commit a469c324 authored by Stefano Sabatini's avatar Stefano Sabatini

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

parent 0d65e0f8
/*
* 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment