diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-19 20:11:21 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-03-24 06:07:51 +0100 |
commit | d161ae0a37900cbd36c1390ca32a56b892c02ab5 (patch) | |
tree | 98e95976af28331c04fda86f3a76102b62148820 /libavutil/version.h | |
parent | 59444c76e6d43529a12dbd80b6dd29c6ba4079a9 (diff) | |
download | ffmpeg-d161ae0a37900cbd36c1390ca32a56b892c02ab5.tar.gz |
frame: add a function for removing side data from a frame
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 d680979629..7f439d725a 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 53 -#define LIBAVUTIL_VERSION_MINOR 7 +#define LIBAVUTIL_VERSION_MINOR 8 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |