diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-07-10 18:25:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-07-12 15:58:22 +0000 |
commit | b3405b1bdacf83f1b9116e70b8cbd3542916b628 (patch) | |
tree | 35c792148a2a4f00adeabbff8dfcaa81994f12c7 /libavfilter/version.h | |
parent | 8aea97a49d19a12691bc82ed97705053cfdb6ad2 (diff) | |
download | ffmpeg-b3405b1bdacf83f1b9116e70b8cbd3542916b628.tar.gz |
lavfi/trim: use AV_OPT_TYPE_DURATION
Workarounds for rounding differences between platforms should not be
needed any more.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 40034c925a..1a41f92acc 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 80 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |