Module: libav Branch: release/9 Commit: 0a34808619c5a6a16f89019a5c0089883e0fe5c5
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Sun Jan 1 16:31:15 2017 -0500 cmdutils: update copyright year to 2017 CC: [email protected] (cherry picked from commit d31f46e1999fab31be46f0cbce0546a5aa49fe48) Signed-off-by: Sean McGovern <[email protected]> --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index b65326b..f241eb3 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -56,7 +56,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2014; +static const int this_year = 2017; void init_opts(void) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
