[FFmpeg-cvslog] r14686 - trunk/libavcodec/avcodec.h
superdump
subversion
Mon Aug 11 00:18:46 CEST 2008
Author: superdump
Date: Mon Aug 11 00:18:46 2008
New Revision: 14686
Log:
Bump minor version as av_log_missing_feature() was added to public API in
r14685
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Mon Aug 11 00:18:46 2008
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 51
-#define LIBAVCODEC_VERSION_MINOR 63
+#define LIBAVCODEC_VERSION_MINOR 64
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list