Skip to content

Commit b7eeec0

Browse files
committed
player/core: increase number of past_frames to 1000
This helps with video fps estimation, for containers that doesn't provide accurate timestamps.
1 parent 0151ecc commit b7eeec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

player/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ enum {
6060
OSD_LEVEL_INVISIBLE = 4,
6161
OSD_BAR_SEEK = 256,
6262

63-
MAX_NUM_VO_PTS = 100,
63+
MAX_NUM_VO_PTS = 1000,
6464
};
6565

6666
enum seek_type {

0 commit comments

Comments
 (0)