Skip to content

Commit

Permalink
add av_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed Nov 26, 2024
1 parent f02b656 commit f7e9c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ijkmedia/ijkplayer/ff_ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -3433,6 +3433,7 @@ static int read_thread(void *arg)
is->av_sync_type = ffp->av_sync_type;
}
if (ffp->packet_max_num == 10001) {
ffp->av_sync_type = AV_SYNC_EXTERNAL_CLOCK;
is->av_sync_type = AV_SYNC_EXTERNAL_CLOCK;
}

Expand Down

0 comments on commit f7e9c4c

Please sign in to comment.