mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
lavd/avfoundation: Use microseconds as common timebase.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9ae83ece8a
commit
f2254e36c0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user