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

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