Module: libav Branch: release/11 Commit: 484e216aea6f237f2115d0dc01f5e61a02cf749e
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Mon Jan 1 02:51:51 2018 -0500 cmdutils: update copyright year to 2018 (cherry picked from commit 7b0b5bc810cdb9ef100492c9a9f2d30602c04336) 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 7fa7179..8076dde 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 = 2017; +static const int this_year = 2018; void init_opts(void) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
