diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-20 10:57:00 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-20 12:13:17 +0200 |
commit | 98f753ec5198d4f74ba9f68cc85badf8a6257547 (patch) | |
tree | a7b5ba2b44a8ee0682d4b9cceb3baf80ba746e86 /libavfilter/version.h | |
parent | 16e52c86ba46e92d4a75e612d69ac97edb88a462 (diff) | |
download | ffmpeg-98f753ec5198d4f74ba9f68cc85badf8a6257547.tar.gz |
lavfi/testsrc: increase precision of the duration parameter
Compute duration in microseconds, rather than in timebase units. Decrease
approximation errors.
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 7bb91c09bd..e83593ebb3 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 16 -#define LIBAVFILTER_VERSION_MICRO 104 +#define LIBAVFILTER_VERSION_MICRO 105 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |