diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-02-18 13:34:37 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-02-18 13:34:37 +0100 |
commit | f894246304b372326ffa92cf06ebf9d15a7f0d9c (patch) | |
tree | f44d5e238df9790bd29d044c4a6697515df21cad | |
parent | 0789374ed39a73587cd0cd781554ef058bfd8542 (diff) | |
download | ffmpeg-f894246304b372326ffa92cf06ebf9d15a7f0d9c.tar.gz |
lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.
-rw-r--r-- | libavfilter/avf_showspectrum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showspectrum.c index 6a73df60a5..bb8b62f68d 100644 --- a/libavfilter/avf_showspectrum.c +++ b/libavfilter/avf_showspectrum.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2012 Clément Bœsch + * Copyright (c) 2013 Rudolf Polzer <divverent@xonotic.org> * * This file is part of FFmpeg. * |