diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-08-03 15:40:15 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-08-08 09:11:26 +0200 |
commit | 4b365b08685b0ab9df3f4bae4ee8b6506eb637ea (patch) | |
tree | 4daf96f657d99fb8145976784062f1255cd322d5 /libavutil/version.h | |
parent | 6b3484dcbc6fe6a5f3d0919922790592c9d5a608 (diff) | |
download | ffmpeg-4b365b08685b0ab9df3f4bae4ee8b6506eb637ea.tar.gz |
lavu/timecode: add av_timecode_check_frame_rate().
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index f9448d5781..ebc782d77f 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -39,8 +39,8 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 66 -#define LIBAVUTIL_VERSION_MICRO 101 +#define LIBAVUTIL_VERSION_MINOR 67 +#define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |