summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-04 15:32:56 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-25 15:01:33 +0100
commitc70ec631c928ac202fdb8efc999a50fc339f263c (patch)
tree50fc6417bb4e5c66f2f49ebef5bb52992a6d0c45 /libavutil/version.h
parentfdd71cf04c4fdcea0af911d808687c07d150fee2 (diff)
lavu/opt: add av_opt_ accessors for pixel/format/image size options
The interface is implemented against the style of the other options accessors. Possibly simplify programmatic setting of options.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 16771ade06..792086a3ab 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -75,7 +75,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 8
+#define LIBAVUTIL_VERSION_MINOR 9
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \