[FFmpeg-cvslog] lavd/avfoundation: Use microseconds as common timebase.
Thilo Borgmann
git at videolan.org
Fri Sep 26 12:23:08 CEST 2014
ffmpeg | branch: master | Thilo Borgmann <thilo.borgmann at mail.de> | Tue Sep 23 16:49:59 2014 +0200| [f2254e36c04898a5643f365e360e6031c78a1adb] | committer: Michael Niedermayer
lavd/avfoundation: Use microseconds as common timebase.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2254e36c04898a5643f365e360e6031c78a1adb
---
libavdevice/avfoundation.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m
index 5b1e694..c31a934 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,
More information about the ffmpeg-cvslog
mailing list