summaryrefslogtreecommitdiff
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-13 01:00:31 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-13 01:00:31 +0000
commit8b69c2f4638da056591ac3dfee238b83f1eb74b2 (patch)
treedf01a5a0003c9998c3ca85bcb8d133e768d873e5 /libavcore/avcore.h
parentcaeb0c30272a42c34b7f80acea90fa14cf98ec20 (diff)
Make av_get_channel_layout_string() guess the number of channels if it
was not provided. Originally committed as revision 26324 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 714eac4bbf..9b02c3b58c 100644
--- a/libavcore/avcore.h
+++ b/libavcore/avcore.h
@@ -28,7 +28,7 @@
#define LIBAVCORE_VERSION_MAJOR 0
#define LIBAVCORE_VERSION_MINOR 16
-#define LIBAVCORE_VERSION_MICRO 0
+#define LIBAVCORE_VERSION_MICRO 1
#define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \
LIBAVCORE_VERSION_MINOR, \