[FFmpeg-cvslog] lavf: bump minor after the addition of fps_probe_size to AVFormatContext

Stefano Sabatini git at videolan.org
Fri Jun 10 12:39:39 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Fri Jun 10 11:54:54 2011 +0200| [ace0a5e236364f5dd6f16195509da899bdd35d8f] | committer: Stefano Sabatini

lavf: bump minor after the addition of fps_probe_size to AVFormatContext

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

 libavformat/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/version.h b/libavformat/version.h
index 203ac34..50c39dc 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 53
-#define LIBAVFORMAT_VERSION_MINOR  2
+#define LIBAVFORMAT_VERSION_MINOR  3
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list