Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-30 17:24:30 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-07-31 15:21:10 +0400
commit23fc4dd6e7e150ea163a867dfaee2062ade90b74 (patch)
treec7dde701e6c36d2f22454d69e2756ce35acccf12 /libavcodec/version.h
parentb4c3359828d232d8e81c1bff2dcbbca773dee2d7 (diff)
lavc: add channels field to AVFrame
This is required otherwise it is not always possible to guess the number of channels from the layout, for example if the channel layout is unknown.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 81d731c4c1..6cef037268 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 45
+#define LIBAVCODEC_VERSION_MINOR 46
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \