diff options
Diffstat (limited to 'libhb/eedi2.h')
-rw-r--r-- | libhb/eedi2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libhb/eedi2.h b/libhb/eedi2.h index 1df7b1138..1c2cbbb92 100644 --- a/libhb/eedi2.h +++ b/libhb/eedi2.h @@ -1,3 +1,12 @@ +/* eedi2.h + + Copyright (c) 2003-2012 HandBrake Team + This file is part of the HandBrake source code + Homepage: <http://handbrake.fr/>. + It may be used under the terms of the GNU General Public License v2. + For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html + */ + // Used to order a sequeunce of metrics for median filtering void eedi2_sort_metrics( int *order, const int length ); |