diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-22 19:15:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-22 19:15:55 +0000 |
commit | 6f5cf8c50f02389d4f222c360156f1d45ec082e0 (patch) | |
tree | d48d3c7c69737aca73244ffd1cd9a498f4ad8aa2 /libavcodec/faandct.c | |
parent | 65e4c8c919c63b947b157bdb8f141685b6553fba (diff) | |
download | ffmpeg-6f5cf8c50f02389d4f222c360156f1d45ec082e0.tar.gz |
oops forgot
Originally committed as revision 2416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.c')
-rw-r--r-- | libavcodec/faandct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index c7388fb4de..e503f2f681 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -16,6 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * this implementation is based upon the IJG integer AAN DCT (see jfdctfst.c) */ /** |