diff options
author | Dylan Yudaken <dyudaken@gmail.com> | 2009-03-31 15:50:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-31 15:50:11 +0000 |
commit | 3ba153f8da1f7c4f0191fa9e8344cd699eb5b65f (patch) | |
tree | a3c551c492cbf64fbda4f5bbab18115b2732d367 /LICENSE | |
parent | 41b4dbbb0eb09fbb01c5fe6e2dff6a4f57ae8404 (diff) | |
download | ffmpeg-3ba153f8da1f7c4f0191fa9e8344cd699eb5b65f.tar.gz |
Replace MPEG group reference DCT implementation by newly rewritten version.
patch by Dylan Yudaken, dyudaken gmail com
Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,7 +31,3 @@ There are a handful of files under other licensing terms, namely: * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c are taken from libjpeg, see the top of the files for licensing details. - -* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation - Group with all rights reserved. It is only used to create a DCT test program - and not compiled into libavcodec. |