diff options
author | Clément Bœsch <u@pkh.me> | 2014-05-03 19:10:28 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-05-03 19:10:28 +0200 |
commit | d53e87a837161bb7918ae9822019903a8239e501 (patch) | |
tree | 2f8a2b01c582088a25fe0b9a63ec4f306565d125 /libavfilter/vf_edgedetect.c | |
parent | 365c79bd4e2e648d03666770a99c3cf81bc5abdb (diff) | |
download | ffmpeg-d53e87a837161bb7918ae9822019903a8239e501.tar.gz |
avfilter/edgedetect: update copyright.
Diffstat (limited to 'libavfilter/vf_edgedetect.c')
-rw-r--r-- | libavfilter/vf_edgedetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c index 94a56f7042..c7e3da1aab 100644 --- a/libavfilter/vf_edgedetect.c +++ b/libavfilter/vf_edgedetect.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Clément Bœsch + * Copyright (c) 2012-2014 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * |