diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2014-09-23 16:49:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-26 12:13:57 +0200 |
commit | f2254e36c04898a5643f365e360e6031c78a1adb (patch) | |
tree | b1c50b1feaade0eae744460d4b534121049f5e46 /libavdevice | |
parent | 9ae83ece8a8e92d7e9b7a077eb10d324991f0453 (diff) | |
download | ffmpeg-f2254e36c04898a5643f365e360e6031c78a1adb.tar.gz |
lavd/avfoundation: Use microseconds as common timebase.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/avfoundation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m index 5b1e694947..c31a9345b5 100644 --- a/libavdevice/avfoundation.m +++ b/libavdevice/avfoundation.m @@ -35,7 +35,7 @@ #include "libavutil/time.h" #include "avdevice.h" -static const int avf_time_base = 100; +static const int avf_time_base = 1000000; static const AVRational avf_time_base_q = { .num = 1, |