From 712de377f7982a2a6b24c2f75c2ec9daf92f530f Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Wed, 18 Feb 2009 15:23:30 +0000 Subject: Cosmetics: reindent after previous commit. Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 8a7fca8..8cecc87 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; -- cgit v1.1