From 5b0d04d308318082cfa4ca458583db6b06c036ab Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 25 Feb 2008 14:42:12 +0000 Subject: 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 --- libavcodec/faandct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/faandct.c') 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. */ /** -- cgit v1.2.3