[FFmpeg-cvslog] lavc: minor bump for the new fields in AVFrame.

Nicolas George git at videolan.org
Sat Apr 28 20:43:05 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Apr 28 20:32:40 2012 +0200| [c31be45e144a5f4748c9b9d5b8802f254550a471] | committer: Nicolas George

lavc: minor bump for the new fields in AVFrame.

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

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

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 6ca41d3..24e6837 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
  */
 
 #define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR  16
+#define LIBAVCODEC_VERSION_MINOR  17
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list