comparison libmpcodecs/vf_framestep.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 32725ca88fed
comparison
equal deleted inserted replaced
30420:e280adbd7744 30421:bbb6ebec87a0
41 * This filter simply discard the unwanted frames, so you are very precise in 41 * This filter simply discard the unwanted frames, so you are very precise in
42 * counting the frame but sometime you use a lot of CPU for nothing. 42 * counting the frame but sometime you use a lot of CPU for nothing.
43 * 43 *
44 * As usual it depends on what you're doing. 44 * As usual it depends on what you're doing.
45 * 45 *
46 * Daniele Forghieri ( guru@digitalfantasy.it ) 46 * copyright (c) 2003 Daniele Forghieri ( guru@digitalfantasy.it )
47 *
48 * This file is part of MPlayer.
49 *
50 * MPlayer is free software; you can redistribute it and/or modify
51 * it under the terms of the GNU General Public License as published by
52 * the Free Software Foundation; either version 2 of the License, or
53 * (at your option) any later version.
54 *
55 * MPlayer is distributed in the hope that it will be useful,
56 * but WITHOUT ANY WARRANTY; without even the implied warranty of
57 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
58 * GNU General Public License for more details.
59 *
60 * You should have received a copy of the GNU General Public License along
61 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
62 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
47 */ 63 */
48 64
49 #include <stdio.h> 65 #include <stdio.h>
50 #include <stdlib.h> 66 #include <stdlib.h>
51 #include <string.h> 67 #include <string.h>