[FFmpeg-cvslog] lavc: bump minor after the addition of AVCodecContext.request_sample_fmt

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


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

lavc: bump minor after the addition of AVCodecContext.request_sample_fmt

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

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

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 5a2e0cc..100c06d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,8 +21,8 @@
 #define AVCODEC_VERSION_H
 
 #define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR  6
-#define LIBAVCODEC_VERSION_MICRO  1
+#define LIBAVCODEC_VERSION_MINOR  7
+#define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list