summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 8a7fca8d12..8cecc87a2d 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1015,7 +1015,7 @@ static double compute_frame_delay(double frame_current_pts, VideoState *is)
/* if incorrect delay, use previous one */
delay = is->frame_last_delay;
} else {
- is->frame_last_delay = delay;
+ is->frame_last_delay = delay;
}
is->frame_last_pts = frame_current_pts;