Commit f2254e36 authored by Thilo Borgmann's avatar Thilo Borgmann Committed by Michael Niedermayer

lavd/avfoundation: Use microseconds as common timebase.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9ae83ece
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment