summaryrefslogtreecommitdiffstats
path: root/video
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 /video
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 'video')
-rw-r--r--video/out/vo_lavc.c4
-rw-r--r--video/out/vo_sdl.c7
2 files changed, 5 insertions, 6 deletions
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index 6a3bbddd26..9f72e9f1d9 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -1,9 +1,9 @@
/*
* video encoding using libavformat
* Copyright (C) 2010 Nicolas George <george@nsup.org>
- * Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
+ * Copyright (C) 2011-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
diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c
index cef54af4cb..36bcdc507f 100644
--- a/video/out/vo_sdl.c
+++ b/video/out/vo_sdl.c
@@ -1,9 +1,8 @@
/*
- * video output driver for SDL2
+ * video output driver for SDL 2.0+
+ * Copyright (C) 2012 Rudolf Polzer <divVerent@xonotic.org>
*
- * by divVerent <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