Mercurial > libavcodec.hg
changeset 6397:094f507b952b libavcodec
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).
author | michael |
---|---|
date | Mon, 25 Feb 2008 14:42:12 +0000 |
parents | 2d7afa1bc573 |
children | 0a50abd54b7f |
files | faandct.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/faandct.c Mon Feb 25 10:34:23 2008 +0000 +++ b/faandct.c Mon Feb 25 14:42:12 2008 +0000 @@ -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. */ /**