diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 15:07:35 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 15:07:35 +0000 |
commit | 7a78bc85aaf34ef9039c9a324f9756bdf9566a46 (patch) | |
tree | d1d9cfbd2540276c2ad0c77fa92ec2c69e70204e /cmdutils.c | |
parent | 0f52ef1a001e049cda8623821f9b47bfc8a97bf6 (diff) | |
download | ffmpeg-7a78bc85aaf34ef9039c9a324f9756bdf9566a46.tar.gz |
Update this_year value.
Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 780d4c3590..600dcaf51f 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -50,7 +50,7 @@ AVCodecContext *avcodec_opts[CODEC_TYPE_NB]; AVFormatContext *avformat_opts; struct SwsContext *sws_opts; -const int this_year = 2009; +const int this_year = 2010; double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max) { |