Module: libav Branch: release/11 Commit: a2b6d89d34cd14b400daf97bc3ea196042adeeac
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Sat Mar 12 14:38:10 2016 -0500 cmdutils: update copyright year to 2016 CC: [email protected] Signed-off-by: Luca Barbato <[email protected]> --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 3415c0f..07ae5d9 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 = 2014; +static const int this_year = 2016; void init_opts(void) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
