Module: libav Branch: release/0.8 Commit: ce39a84a7d760965972781df61a88e5f432b978a
Author: Ronald S. Bultje <[email protected]> Committer: Janne Grunau <[email protected]> Date: Wed Feb 8 10:16:41 2012 -0800 cmdutils: update copyright year to 2012. --- cmdutils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index e96fa81..7b2ff08 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -55,7 +55,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2011; +static const int this_year = 2012; void init_opts(void) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
