summaryrefslogtreecommitdiffstats
path: root/audio/out
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-12-28 11:41:30 +0100
committerRudolf Polzer <divverent@xonotic.org>2012-12-28 11:41:30 +0100
commit6be50fa7736e0095ace5cb1b6e8da35aaa5e52df (patch)
tree86aa097c397e5a1254bf3c4a60d63e0e7eff207c /audio/out
parentfd64003c2a82943689735da370b18cf3624e9ab0 (diff)
downloadmpv-6be50fa7736e0095ace5cb1b6e8da35aaa5e52df.tar.bz2
mpv-6be50fa7736e0095ace5cb1b6e8da35aaa5e52df.tar.xz
sdl, encode_lavc: fix copyright headers
Some of them had changes in 2012; extend their header. Fix project name.
Diffstat (limited to 'audio/out')
-rw-r--r--audio/out/ao_lavc.c4
-rw-r--r--audio/out/ao_sdl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/out/ao_lavc.c b/audio/out/ao_lavc.c
index 470eebe8a0..ab82ad9d6d 100644
--- a/audio/out/ao_lavc.c
+++ b/audio/out/ao_lavc.c
@@ -1,9 +1,9 @@
/*
* audio encoding using libavformat
- * Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
+ * Copyright (C) 2011-2012 Rudolf Polzer <divVerent@xonotic.org>
* NOTE: this file is partially based on ao_pcm.c by Atmosfear
*
- * This file is part of MPlayer.
+ * This file is part of mpv.
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/audio/out/ao_sdl.c b/audio/out/ao_sdl.c
index 26d8717602..3bd73b99a2 100644
--- a/audio/out/ao_sdl.c
+++ b/audio/out/ao_sdl.c
@@ -1,8 +1,8 @@
/*
- * SDL2 audio output
+ * audio output driver for SDL 1.2+
* Copyright (C) 2012 Rudolf Polzer <divVerent@xonotic.org>
*
- * This file is part of MPlayer.
+ * This file is part of mpv.
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by