summaryrefslogtreecommitdiff
path: root/libavcodec/faandct.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-25 14:42:12 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-25 14:42:12 +0000
commit5b0d04d308318082cfa4ca458583db6b06c036ab (patch)
tree4c13de4c821376c44dca40881ef136e291b0ed47 /libavcodec/faandct.c
parent7c84b8bcdd682712a7a6b65a9e10fea8bf981b3b (diff)
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
Diffstat (limited to 'libavcodec/faandct.c')
-rw-r--r--libavcodec/faandct.c3
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.
*/
/**