[FFmpeg-cvslog] update for 0.5.10
Michael Niedermayer
git at videolan.org
Sat Jun 9 22:19:53 CEST 2012
ffmpeg | branch: release/0.5 | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 9 22:18:07 2012 +0200| [9eaec5b8f010c805fd8e77216a1ec67eb20b1466] | committer: Michael Niedermayer
update for 0.5.10
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9eaec5b8f010c805fd8e77216a1ec67eb20b1466
---
VERSION | 2 +-
cmdutils.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/VERSION b/VERSION
index 416bfb0..50c76ef 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.9
+0.5.10
diff --git a/cmdutils.c b/cmdutils.c
index 108eacc..f1e5352 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -50,7 +50,7 @@ AVCodecContext *avctx_opts[CODEC_TYPE_NB];
AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
-const int this_year = 2009;
+const int this_year = 2012;
double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
{
More information about the ffmpeg-cvslog
mailing list