Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-01 21:49:18 +0300
committerJustin Ruggles <justin.ruggles@gmail.com>2011-01-01 21:49:18 +0300
commit391fa56ddbb9ba6540f318ae9615934da42052d5 (patch)
tree0400c7cdd8a432d5b62c668c5aa8cb87ca13162a /cmdutils.c
parent421167b03b34b9a745989a31925058bc26e93c96 (diff)
Update current year to 2011. Happy New Year!
Originally committed as revision 26184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index b2e6ee0081..5e4b716891 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
-const int this_year = 2010;
+const int this_year = 2011;
void init_opts(void)
{