per file doxy

Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2003-03-06 11:32:04 +00:00
parent d33c949cd3
commit 983e3246b7
66 changed files with 342 additions and 27 deletions

View File

@@ -25,6 +25,12 @@
* A better way to do this would be to pass in the DCT block as a sparse
* matrix, perhaps with the difference cases encoded.
*/
/**
* @file jrevdct.c
* Independent JPEG Group's LLM idct.
*/
#include "common.h"
#include "dsputil.h"