diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-08-30 10:50:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-08-30 10:50:20 +0000 |
commit | d1a7ae1a377774b387b534609befd3f4dc09e3bb (patch) | |
tree | 94819dc2ead8ec60c20d15126ccd1d57a1de5bdb /libswscale/swscale.h | |
parent | bb42f8296fcbe624aed2a5744f8dde6bf5143a7c (diff) | |
download | ffmpeg-d1a7ae1a377774b387b534609befd3f4dc09e3bb.tar.gz |
make the C code of the swscaler which i wrote LGPL
Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 0b350234ea..2b558a25b7 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -14,6 +14,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + the C code (not assembly, mmx, ...) of the swscaler which has been written + by Michael Niedermayer can be used under the LGPL license too */ #ifndef SWSCALE_H |