comparison libvo/vo_mpegpes.c @ 28446:7681eab10aea

Add standard license headers, unify header formatting.
author diego
date Sun, 08 Feb 2009 03:27:30 +0000
parents bb738b9ea7c4
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28445:c6cef3c6768f 28446:7681eab10aea
1 /* 1 /*
2 * Based on: 2 * based on: test_av.c - test program for new API
3 *
4 * test_av.c - Test program for new API
5 * 3 *
6 * Copyright (C) 2000 Ralph Metzler <ralph@convergence.de> 4 * Copyright (C) 2000 Ralph Metzler <ralph@convergence.de>
7 * & Marcus Metzler <marcus@convergence.de> 5 * & Marcus Metzler <marcus@convergence.de>
8 * for convergence integrated media GmbH 6 * for convergence integrated media GmbH
9 * 7 *
10 * libav - MPEG-PS multiplexer, part of ffmpeg 8 * MPEG-PS multiplexer, part of FFmpeg
11 * Copyright Gerard Lantau (see http://ffmpeg.sf.net) 9 * Copyright Gerard Lantau (see http://ffmpeg.org)
12 * 10 *
11 * This file is part of MPlayer.
12 *
13 * MPlayer is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
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.
13 */ 26 */
14 27
15 #include "config.h" 28 #include "config.h"
16 #include <stdio.h> 29 #include <stdio.h>
17 #include <stdlib.h> 30 #include <stdlib.h>