comparison libao2/ao_v4l2.c @ 26743:0f42fb42843c

Use standard license headers with standard formatting.
author diego
date Wed, 14 May 2008 18:02:27 +0000
parents fb63124c7920
children 9e739bdb049c
comparison
equal deleted inserted replaced
26742:0c1db5fd3f79 26743:0f42fb42843c
1 /* 1 /*
2 * Copyright (C) 2007 Benjamin Zores 2 * audio output for V4L2 hardware MPEG decoders
3 * Audio output for V4L2 hardware MPEG decoders.
4 * 3 *
5 * This program is free software; you can redistribute it and/or modify 4 * WARNING: You need to force -ac hwmpa for audio output to work.
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 * 5 *
10 * This program is distributed in the hope that it will be useful, 6 * Copyright (C) 2007 Benjamin Zores
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 * 7 *
15 * You should have received a copy of the GNU General Public License 8 * This file is part of MPlayer.
16 * along with this program; if not, write to the Free Software Foundation,
17 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 * 9 *
19 * WARNING: you need to force -ac hwmpa for audio output to work. 10 * MPlayer is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * MPlayer is distributed in the hope that it will be useful,
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 *
20 * You should have received a copy of the GNU General Public License along
21 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */ 23 */
21 24
22 #include <inttypes.h> 25 #include <inttypes.h>
23 26
24 #include "config.h" 27 #include "config.h"