summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-28 21:34:42 +0200
committerwm4 <wm4@nowhere>2014-04-28 22:23:32 +0200
commitdffb7c240930c4be27449ada98ca50fb9d37847a (patch)
tree2752aefa4fd83fa3368d5eb27ae74c12f4f6faa8 /video
parentf39e4210f7b3afe163ee54f0238389fe26c124b8 (diff)
downloadmpv-dffb7c240930c4be27449ada98ca50fb9d37847a.tar.bz2
mpv-dffb7c240930c4be27449ada98ca50fb9d37847a.tar.xz
vf_vapoursynth: remove incorrect copyright notice
This file merely started out by copy&pasting vf_lavfi.c and removing everything to have a basic skeleton.
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_vapoursynth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf_vapoursynth.c b/video/filter/vf_vapoursynth.c
index a6cf471583..d9a0febc76 100644
--- a/video/filter/vf_vapoursynth.c
+++ b/video/filter/vf_vapoursynth.c
@@ -1,8 +1,6 @@
/*
* This file is part of mpv.
*
- * Filter graph creation code taken from Libav avplay.c (LGPL 2.1 or later)
- *
* mpv 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