Skip to content

Commit f7e9c4c

Browse files
author
eagleychen
committed
add av_sync
1 parent f02b656 commit f7e9c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ijkmedia/ijkplayer/ff_ffplay.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,6 +3433,7 @@ static int read_thread(void *arg)
34333433
is->av_sync_type = ffp->av_sync_type;
34343434
}
34353435
if (ffp->packet_max_num == 10001) {
3436+
ffp->av_sync_type = AV_SYNC_EXTERNAL_CLOCK;
34363437
is->av_sync_type = AV_SYNC_EXTERNAL_CLOCK;
34373438
}
34383439

0 commit comments

Comments
 (0)