summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2009-02-18 15:23:30 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2009-02-18 15:23:30 +0000
commit712de377f7982a2a6b24c2f75c2ec9daf92f530f (patch)
treec95abb09150f4f9851eac92b75afa7b803d66f80 /ffplay.c
parent443658fd8bb5a6a4eadbae6747bfee5028708f62 (diff)
Cosmetics: reindent after previous commit.
Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;