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>2013-10-15 03:20:35 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-10-17 20:09:54 +0400
commit904c89ac1bdc311b8da2f722abb0e882c7d5d6a7 (patch)
treebe4d137aa6ad3e49292ae32fc26d8c38f88aaf45 /libswresample/version.h
parent8696e51bafdc08baa8fe74fc4bc95904f4ad5654 (diff)
lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT
Improve interface flexibility. In particular makes it possible to set channel layout through symbolic names using the av_opt_set() interface.
Diffstat (limited to 'libswresample/version.h')
-rw-r--r--libswresample/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h
index 8272b763b9..464c86d74b 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -30,7 +30,7 @@
#define LIBSWRESAMPLE_VERSION_MAJOR 0
#define LIBSWRESAMPLE_VERSION_MINOR 17
-#define LIBSWRESAMPLE_VERSION_MICRO 103
+#define LIBSWRESAMPLE_VERSION_MICRO 104
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \