comparison libmpdemux/mpeg_packetizer.c @ 26742:0c1db5fd3f79

Use standard license headers with standard formatting.
author diego
date Wed, 14 May 2008 18:01:51 +0000
parents a721f266b21b
children 46e21b0705c8
comparison
equal deleted inserted replaced
26741:fc28868e5430 26742:0c1db5fd3f79
1 /* 1 /*
2 * Copyright (C) 2006 Benjamin Zores 2 * set of helper routines for building MPEG 1/2 PS/PES packets
3 * Set of helper routines for building MPEG 1/2 PS/PES packets.
4 * 3 *
5 * Based on various code bororwed from vo_mpegpes/vo_dxr2 : 4 * Copyright (C) 2006 Benjamin Zores
6 * (C) 2000 Ralph Metzler <ralph@convergence.de>
7 * Marcus Metzler <marcus@convergence.de>
8 * Gerard Lantau
9 * 5 *
10 * This program is free software; you can redistribute it and/or modify 6 * Based on code borrowed from vo_mpegpes/vo_dxr2:
11 * it under the terms of the GNU General Public License as published by 7 * (C) 2000 Ralph Metzler <ralph@convergence.de>
12 * the Free Software Foundation; either version 2 of the License, or 8 * Marcus Metzler <marcus@convergence.de>
13 * (at your option) any later version. 9 * Gerard Lantau
14 * 10 *
15 * This program is distributed in the hope that it will be useful, 11 * This file is part of MPlayer.
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 * 12 *
20 * You should have received a copy of the GNU General Public License 13 * MPlayer is free software; you can redistribute it and/or modify
21 * along with this program; if not, write to the Free Software Foundation, 14 * it under the terms of the GNU General Public License as published by
22 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * MPlayer is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License along
24 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
25 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 */ 26 */
24 27
25 #include <unistd.h> 28 #include <unistd.h>
26 #include <string.h> 29 #include <string.h>
27 #include <inttypes.h> 30 #include <inttypes.h>