Module: libav Branch: master Commit: 7ce88e5ec41484c452da56853a6897803da9c2a5
Author: Johan Andersson <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Sat Jan 4 20:47:32 2014 +0100 cmdutils: update copyright year to 2014. Signed-off-by: Martin Storsjö <[email protected]> --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 3f1c667..a1e5116 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 = 2013; +static const int this_year = 2014; void init_opts(void) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
