comparison libmpdemux/demux_nsv.c @ 29238:d643e4643313

Add standard license header to all files in libmpdemux.
author diego
date Fri, 08 May 2009 21:51:13 +0000
parents c8a489c8cae8
children 0f1b5b68af32
comparison
equal deleted inserted replaced
29237:c4dc4cf9347b 29238:d643e4643313
1
2 /* 1 /*
3 * Nullsoft Streaming Video demuxer 2 * Nullsoft Streaming Video demuxer
4 * for MPlayer 3 * copyright (c) 2004 by Reza Jelveh <reza.jelveh@tuhh.de>
5 * by Reza Jelveh <reza.jelveh@tuhh.de> 4 * Based on A'rpis G2 work
5 *
6 * seeking and PCM audio not yet supported 6 * seeking and PCM audio not yet supported
7 * PCM needs extra audio chunk "miniheader" parsing 7 * PCM needs extra audio chunk "miniheader" parsing
8 * Based on A'rpis G2 work 8 *
9 * Licence: GPL 9 * This file is part of MPlayer.
10 *
11 * MPlayer is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * MPlayer is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License along
22 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
23 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
10 */ 24 */
11 25
12 #include <stdio.h> 26 #include <stdio.h>
13 #include <stdlib.h> 27 #include <stdlib.h>
14 #include <unistd.h> 28 #include <unistd.h>