diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-22 21:29:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-24 05:08:49 +0200 |
commit | cfb398bfc40dfed1fb9ab4483f3dfcbd2c26b714 (patch) | |
tree | c90f7c51f33d873af4c70c1498aeb4fdaf5d4f9c /libavfilter/vf_fps.c | |
parent | c836f28f33d2ebbfbfca002e484f764950006f6a (diff) | |
download | ffmpeg-cfb398bfc40dfed1fb9ab4483f3dfcbd2c26b714.tar.gz |
vf_fps: fix copyright
Only commit:
commit 54c5dd89e3125c1f363fe8f95d2837a796967c6e
Author: Anton Khirnov <anton@khirnov.net>
Date: Wed May 9 14:08:21 2012 +0200
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
also see [FFmpeg-devel] [PATCH 07/10] vf_fps: fix copyright
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_fps.c')
-rw-r--r-- | libavfilter/vf_fps.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c index 95723a0d6e..d12070c49a 100644 --- a/libavfilter/vf_fps.c +++ b/libavfilter/vf_fps.c @@ -1,4 +1,8 @@ /* + * Copyright 2007 Bobby Bingham + * Copyright 2012 Robert Nagy <ronag89 gmail com> + * Copyright 2012 Anton Khirnov <anton khirnov net> + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |