diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-27 13:07:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-27 13:07:12 +0200 |
commit | 485057f715720b2cdaf581bb3960e70cd3541ba8 (patch) | |
tree | bb0765ffbfb54169c763866819faf0f4b5231f85 | |
parent | 5c6e3a019c5cbcaeb17f3ae0da55070867d6f63d (diff) | |
download | ffmpeg-485057f715720b2cdaf581bb3960e70cd3541ba8.tar.gz |
avfilter/vf_mcdeint: add missing "This file is part of FFmpeg"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavfilter/vf_mcdeint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vf_mcdeint.c b/libavfilter/vf_mcdeint.c index 03daca5379..38a299ea4c 100644 --- a/libavfilter/vf_mcdeint.c +++ b/libavfilter/vf_mcdeint.c @@ -1,6 +1,8 @@ /* * Copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> * + * This file is part of FFmpeg. + * * FFmpeg 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 |