This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavd/avfoundation: Use microseconds as common timebase.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Thilo Borgmann
Michael Niedermayer
10 years ago
parent
9ae83ece8a
commit
f2254e36c0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavdevice/avfoundation.m
+ 1
- 1
libavdevice/avfoundation.m
View File
@@ -35,7 +35,7 @@
#include "libavutil/time.h"
#include "avdevice.h"
static const int avf_time_base = 100;
static const int avf_time_base = 100
0000
;
static const AVRational avf_time_base_q = {
.num = 1,
Write
Preview
Loading…
Cancel
Save