Browse Source

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
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
5b0d04d308
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/faandct.c

+ 3
- 0
libavcodec/faandct.c View File

@@ -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.
*/

/**


Loading…
Cancel
Save