[FFmpeg-cvslog] Update for 0.5.14

Michael Niedermayer git at videolan.org
Sun Jul 20 18:38:47 CEST 2014


ffmpeg | branch: release/0.5 | Michael Niedermayer <michaelni at gmx.at> | Sun Jul 20 18:34:16 2014 +0200| [a81f72e482312c9f958737f675dc67d00c05b2b1] | committer: Michael Niedermayer

Update for 0.5.14

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a81f72e482312c9f958737f675dc67d00c05b2b1
---

 VERSION    |    2 +-
 cmdutils.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 964783a..83ac1cc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.13
+0.5.14
diff --git a/cmdutils.c b/cmdutils.c
index 7c4c1a0..8534c60 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 = 2013;
+const int this_year = 2014;
 
 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