diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-12-18 12:30:27 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-01-12 16:22:44 +0100 |
commit | 52627248e49e58eb4b78e4fcda90a64f4c476ea3 (patch) | |
tree | bc33212ab870c1c8419609fe909833bbead7a817 /libavutil/version.h | |
parent | b68e353136db6f963212c457281d9716516cdc59 (diff) | |
download | ffmpeg-52627248e49e58eb4b78e4fcda90a64f4c476ea3.tar.gz |
frame: add a cropping rectangle to AVFrame
Extend the width/height doxy to clarify that it should store coded
values.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 3733fea810..7856a0acc3 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 29 +#define LIBAVUTIL_VERSION_MINOR 30 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |