Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-10 01:56:04 +0400
committerPaul B Mahol <onemda@gmail.com>2013-02-10 01:56:04 +0400
commit969039eb6e10b870811dbd284d807c6aea8a2fcb (patch)
tree111b9fe76560cb71a7d56ab15359eca1dd078101 /libavfilter/vf_il.c
parentc0a8918f2af754d0c2ef3d975d74777ce1370b6a (diff)
lavfi/il: fix typo in Copyright
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_il.c')
-rw-r--r--libavfilter/vf_il.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_il.c b/libavfilter/vf_il.c
index 536d793f2a..8343307111 100644
--- a/libavfilter/vf_il.c
+++ b/libavfilter/vf_il.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002 Michael Niedmayer
+ * Copyright (c) 2002 Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2013 Paul B Mahol
*
* This file is part of FFmpeg.