diff options
author | Johan Andersson <j@i19.se> | 2013-01-01 18:56:55 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-03 13:35:12 +0200 |
commit | 7768a635c4ea15a9f3b2a602cc6aac3e629e7480 (patch) | |
tree | 7384185d2d6f4d8812440c7738ee1abf5dbbeb92 | |
parent | 9ac44ad9d06f504aa7e53e0eb7480a40dce5d376 (diff) | |
download | ffmpeg-7768a635c4ea15a9f3b2a602cc6aac3e629e7480.tar.gz |
cmdutils: update copyright year to 2013
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 1ea05dfe5c..dc7e7b2e65 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -56,7 +56,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2012; +static const int this_year = 2013; void init_opts(void) { |