comparison stream/pvr.h @ 23246:19cd461d2f1b

added proper GPL headers to new stream/pvr.h file
author ben
date Tue, 08 May 2007 12:22:42 +0000
parents e5e8ac0bd7fc
children 4129c8cfa742
comparison
equal deleted inserted replaced
23245:40a82b61fd79 23246:19cd461d2f1b
1 /*
2 * Copyright (C) 2006 Benjamin Zores
3 * Copyright (C) 2007 Sven Gothel (Channel Navigation)
4 * Stream layer for hardware MPEG 1/2/4 encoders a.k.a PVR
5 * (such as WinTV PVR-150/250/350/500 (a.k.a IVTV), pvrusb2 and cx88).
6 * See http://ivtvdriver.org/index.php/Main_Page for more details on the
7 * cards supported by the ivtv driver.
8 *
9 * This program 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 * This program 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
20 * along with this program; if not, write to the Free Software Foundation,
21 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */
23
1 #ifndef PVR_H 24 #ifndef PVR_H
2 #define PVR_H 25 #define PVR_H
3 26
4 #include "tv.h" 27 #include "tv.h"
5 28