diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-07 07:15:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-07 14:23:36 +0200 |
commit | 8134fafe9bdda58e24a9574c251ed3a9b5809c51 (patch) | |
tree | 0fbb85b7b5d2feeab3657bc52a350a814f57da2c /libavfilter/version.h | |
parent | 1432c1c429fb4817ca0d309096ea40a9d03c1035 (diff) | |
download | ffmpeg-8134fafe9bdda58e24a9574c251ed3a9b5809c51.tar.gz |
lavfi: uninline avfilter_copy_buffer_ref_props().
A nontrivial public function such as this should most certainly NOT be
inline.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 5d646e4f86..718ed7812e 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MINOR 16 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |