comparison libmpdemux/yuv4mpeg.h @ 26744:8e5f8d682700

10l: Revert license header cleanup on imported files.
author diego
date Wed, 14 May 2008 18:11:45 +0000
parents 0c1db5fd3f79
children 3e373afedba2
comparison
equal deleted inserted replaced
26743:0f42fb42843c 26744:8e5f8d682700
1 /* 1 /*
2 * functions for reading and writing "new" YUV4MPEG2 streams 2 * yuv4mpeg.h: Functions for reading and writing "new" YUV4MPEG2 streams.
3 * Stream format is described at the end of this file. 3 *
4 * 4 * Stream format is described at the end of this file.
5 * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> 5 *
6 * 6 *
7 * This file is ripped from the lavtools package (mjpeg.sourceforge.net) 7 * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
8 * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> 8 *
9 * 9 * This file is ripped from the lavtools package (mjpeg.sourceforge.net)
10 * This file is part of MPlayer. 10 * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
11 * 11 *
12 * MPlayer is free software; you can redistribute it and/or modify 12 * This program is free software; you can redistribute it and/or
13 * it under the terms of the GNU General Public License as published by 13 * modify it under the terms of the GNU General Public License
14 * the Free Software Foundation; either version 2 of the License, or 14 * as published by the Free Software Foundation; either version 2
15 * (at your option) any later version. 15 * of the License, or (at your option) any later version.
16 * 16 *
17 * MPlayer is distributed in the hope that it will be useful, 17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details. 20 * GNU General Public License for more details.
21 * 21 *
22 * You should have received a copy of the GNU General Public License along 22 * You should have received a copy of the GNU General Public License
23 * with MPlayer; if not, write to the Free Software Foundation, Inc., 23 * along with this program; if not, write to the Free Software
24 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 */ 25 */
26 26
27 #ifndef MPLAYER_YUV4MPEG_H 27 #ifndef MPLAYER_YUV4MPEG_H
28 #define MPLAYER_YUV4MPEG_H 28 #define MPLAYER_YUV4MPEG_H
29 29