[FFmpeg-devel] [PATCH 07/10] vf_fps: fix copyright
Michael Niedermayer
michaelni at gmx.at
Tue May 22 21:57:45 CEST 2012
Only commit:
commit 54c5dd89e3125c1f363fe8f95d2837a796967c6e
Author: Anton Khirnov <anton at khirnov.net>
Date: Wed May 9 14:08:21 2012 +0200
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavfilter/vf_fps.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c
index 95723a0..d7453d6 100644
--- a/libavfilter/vf_fps.c
+++ b/libavfilter/vf_fps.c
@@ -1,4 +1,7 @@
/*
+ * 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
--
1.7.9.5
More information about the ffmpeg-devel
mailing list