diff options
author | Johan Andersson <j@i19.se> | 2014-01-04 20:47:32 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-05-31 20:05:18 -0400 |
commit | ecf21ab0ec798eea96f862333568336098b4610c (patch) | |
tree | 70189fe9a28607bd84cab6c52b37516f5989e4c3 /cmdutils.c | |
parent | 16f0f97eec7945d082b74ed88de382bac21538ca (diff) | |
download | ffmpeg-ecf21ab0ec798eea96f862333568336098b4610c.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 3ba5d0cfb5..e85f8d76bc 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 = 2013; +static const int this_year = 2014; void init_opts(void) { |