comparison libmpcodecs/vf_tile.c @ 30421:bbb6ebec87a0

Add missing license headers to all files in the libmpcodecs directory.
author diego
date Sat, 30 Jan 2010 16:57:40 +0000
parents d5d66bff938a
children a7b908875c14
comparison
equal deleted inserted replaced
30420:e280adbd7744 30421:bbb6ebec87a0
26 * ... -vf tile=10:5 26 * ... -vf tile=10:5
27 * (and this is probably the option you will use more often ...) 27 * (and this is probably the option you will use more often ...)
28 * 28 *
29 * Probably is good to put the scale filter before the tile :-) 29 * Probably is good to put the scale filter before the tile :-)
30 * 30 *
31 * Daniele Forghieri ( guru@digitalfantasy.it ) 31 * copyright (c) 2003 Daniele Forghieri ( guru@digitalfantasy.it )
32 *
33 * This file is part of MPlayer.
34 *
35 * MPlayer is free software; you can redistribute it and/or modify
36 * it under the terms of the GNU General Public License as published by
37 * the Free Software Foundation; either version 2 of the License, or
38 * (at your option) any later version.
39 *
40 * MPlayer is distributed in the hope that it will be useful,
41 * but WITHOUT ANY WARRANTY; without even the implied warranty of
42 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43 * GNU General Public License for more details.
44 *
45 * You should have received a copy of the GNU General Public License along
46 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
47 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
32 */ 48 */
33 49
34 // strtoi memcpy_pic 50 // strtoi memcpy_pic
35 51
36 #include <stdio.h> 52 #include <stdio.h>