>From 1aa75436cbb8ee1244e8bf5a08193db47e39e813 Mon Sep 17 00:00:00 2001
From: Thilo Borgmann <thilo.borgm...@mail.de>
Date: Tue, 23 Sep 2014 16:49:59 +0200
Subject: [PATCH 4/5] lavd/avfoundation: Use microseconds as common timebase.

---
 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,
-- 
1.8.3.2

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to