Update 0002-set-matroska-timebase-to-one-microsecond.patch
This commit is contained in:
parent
8170bd5582
commit
7c19eb73c1
@ -6,7 +6,7 @@
|
||||
for (i = 0; i < s->nb_streams; i++) {
|
||||
- // ms precision is the de-facto standard timescale for mkv files
|
||||
- avpriv_set_pts_info(s->streams[i], 64, 1, 1000);
|
||||
+ // ms precision is the de-facto standard timescale for mkv files (Patched: We're using nanoseconds!!)
|
||||
+ // ms precision is the de-facto standard timescale for mkv files (Patched: We're using microseconds!!)
|
||||
+ avpriv_set_pts_info(s->streams[i], 64, 1, 1000000);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user