[FFmpeg-cvslog] update the current year
Michael Niedermayer
git at videolan.org
Thu Mar 21 01:15:48 CET 2013
ffmpeg | branch: release/1.0 | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 21 01:10:47 2013 +0100| [f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa] | committer: Michael Niedermayer
update the current year
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa
---
cmdutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmdutils.c b/cmdutils.c
index 5639751..343914b 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -61,7 +61,7 @@ struct SwsContext *sws_opts;
SwrContext *swr_opts;
AVDictionary *format_opts, *codec_opts;
-const int this_year = 2012;
+const int this_year = 2013;
static FILE *report_file;
More information about the ffmpeg-cvslog
mailing list