[FFmpeg-cvslog] cmdutils: update copyright year to 2016

Sean McGovern git at videolan.org
Wed Apr 13 18:35:54 CEST 2016


ffmpeg | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sat Mar 12 14:38:10 2016 -0500| [2f4a1bb9bfb29112711ba904e1dc0dd58e24f361] | committer: Luca Barbato

cmdutils: update copyright year to 2016

CC: libav-stable at libav.org

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f4a1bb9bfb29112711ba904e1dc0dd58e24f361
---

 cmdutils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmdutils.c b/cmdutils.c
index 3bafb10..9cfcaa6 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -58,7 +58,7 @@
 struct SwsContext *sws_opts;
 AVDictionary *format_opts, *codec_opts, *resample_opts;
 
-static const int this_year = 2015;
+static const int this_year = 2016;
 
 void init_opts(void)
 {



More information about the ffmpeg-cvslog mailing list