summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/encode_lavc.c6
-rw-r--r--core/encode_lavc.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/core/encode_lavc.c b/core/encode_lavc.c
index d4ecb57bfc..070b806253 100644
--- a/core/encode_lavc.c
+++ b/core/encode_lavc.c
@@ -1,9 +1,9 @@
/*
- * Raw video muxing using libavformat
+ * muxing 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/core/encode_lavc.h b/core/encode_lavc.h
index 747043b8b5..fa935e039a 100644
--- a/core/encode_lavc.h
+++ b/core/encode_lavc.h
@@ -1,7 +1,9 @@
/*
- * This file is part of MPlayer.
+ * muxing using libavformat
* Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
*
+ * 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
* the Free Software Foundation; either version 2 of the License, or