diff libswscale/swscale.h @ 19594:4678e9f81334

make the C code of the swscaler which i wrote LGPL
author michael
date Wed, 30 Aug 2006 10:50:20 +0000
parents bae6c99a99cc
children 7b24faac56fd
line wrap: on
line diff
--- a/libswscale/swscale.h	Tue Aug 29 22:28:34 2006 +0000
+++ b/libswscale/swscale.h	Wed Aug 30 10:50:20 2006 +0000
@@ -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