mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
sub: increase gap/overlap fixing threshold to 210ms
Don't ask why.
This commit is contained in:
4
sub/sd.h
4
sub/sd.h
@@ -4,8 +4,8 @@
|
||||
#include "dec_sub.h"
|
||||
#include "demux/packet.h"
|
||||
|
||||
// up to 200 ms overlaps or gaps are removed
|
||||
#define SUB_GAP_THRESHOLD 0.2
|
||||
// up to 210 ms overlaps or gaps are removed
|
||||
#define SUB_GAP_THRESHOLD 0.210
|
||||
// don't change timings if durations are smaller
|
||||
#define SUB_GAP_KEEP 0.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user