comparison loader/dshow/graph.c @ 30831:9f57c99fce86

Add copyright headers.
author sesse
date Tue, 09 Mar 2010 13:18:52 +0000
parents a25ab9c878f9
children
comparison
equal deleted inserted replaced
30830:a25ab9c878f9 30831:9f57c99fce86
1 /* 1 /*
2 * Implemention of FilterGraph. Based on allocator.c. 2 * Implemention of FilterGraph. Based on allocator.c.
3 * Copyright 2010 Steinar H. Gunderson
4 *
5 * This file is part of MPlayer.
6 *
7 * MPlayer is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * MPlayer is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3 * 20 *
4 * Modified for use with MPlayer, detailed changelog at 21 * Modified for use with MPlayer, detailed changelog at
5 * http://svn.mplayerhq.hu/mplayer/trunk/ 22 * http://svn.mplayerhq.hu/mplayer/trunk/
6 */ 23 */
7 24