summaryrefslogtreecommitdiff
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-21 19:28:52 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-21 19:28:52 +0000
commit176a6157c06e020ab6e8522d34ccb9e218435abc (patch)
treeac15c39650f23f22c49656a9b7097bad67fc5155 /libavcore/avcore.h
parent7df2214328d2b450877294e1fd1c4bf5bd8c022c (diff)
Move audio channel API from libavcodec to libavcore.
Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r--libavcore/avcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h
index a4c36ba5f9..3d661369b0 100644
--- a/libavcore/avcore.h
+++ b/libavcore/avcore.h
@@ -27,7 +27,7 @@
#include "libavutil/avutil.h"
#define LIBAVCORE_VERSION_MAJOR 0
-#define LIBAVCORE_VERSION_MINOR 13
+#define LIBAVCORE_VERSION_MINOR 14
#define LIBAVCORE_VERSION_MICRO 0
#define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \