Mercurial > libavcodec.hg
diff jrevdct.c @ 1106:1e39f273ecd6 libavcodec
per file doxy
| author | michaelni |
|---|---|
| date | Thu, 06 Mar 2003 11:32:04 +0000 |
| parents | b32afefe7d33 |
| children | 7e0b2e86afa9 |
line wrap: on
line diff
--- a/jrevdct.c Thu Mar 06 11:25:55 2003 +0000 +++ b/jrevdct.c Thu Mar 06 11:32:04 2003 +0000 @@ -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"
