comparison libswscale/rgb2rgb_template.c @ 21029:1f2ba24b4e47

Clarify that some of the non-SIMD code is now LGPLed. All the authours of such code agreed.
author lucabe
date Sun, 19 Nov 2006 10:38:12 +0000
parents b8fe18a742ce
children 2d1ad4285df4
comparison
equal deleted inserted replaced
21028:22b8d2ea10a0 21029:1f2ba24b4e47
21 * GNU General Public License for more details. 21 * GNU General Public License for more details.
22 * 22 *
23 * You should have received a copy of the GNU General Public License 23 * You should have received a copy of the GNU General Public License
24 * along with FFmpeg; if not, write to the Free Software 24 * along with FFmpeg; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26 *
27 * the C code (not assembly, mmx, ...) of this file can be used
28 * under the LGPL license too
26 */ 29 */
27 30
28 #include <stddef.h> 31 #include <stddef.h>
29 #include <inttypes.h> /* for __WORDSIZE */ 32 #include <inttypes.h> /* for __WORDSIZE */
30 33