diff options
author | Johan Andersson <j@i19.se> | 2014-01-04 20:47:32 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-01-05 22:39:35 +0200 |
commit | 7ce88e5ec41484c452da56853a6897803da9c2a5 (patch) | |
tree | 264fca967424c4adad9211ce8401ee8d43fefefc /cmdutils.c | |
parent | 7840c40445c9f52aeccba96de3d27613398bfbf2 (diff) | |
download | ffmpeg-7ce88e5ec41484c452da56853a6897803da9c2a5.tar.gz |
cmdutils: update copyright year to 2014.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 3f1c667075..a1e511632a 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) { |