diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/out/ao_lavc.c | 4 | ||||
-rw-r--r-- | audio/out/ao_sdl.c | 4 |
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 |