diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-25 14:42:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-25 14:42:12 +0000 |
commit | 5b0d04d308318082cfa4ca458583db6b06c036ab (patch) | |
tree | 4c13de4c821376c44dca40881ef136e291b0ed47 | |
parent | 7c84b8bcdd682712a7a6b65a9e10fea8bf981b3b (diff) | |
download | ffmpeg-5b0d04d308318082cfa4ca458583db6b06c036ab.tar.gz |
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute
SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap).
Originally committed as revision 12212 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/faandct.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index 772c8f2ca7..a8ae0310dc 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -19,6 +19,9 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * The AAN DCT in this file except ff_faandct248() can also be used under the + * BSD license. */ /** |