diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2009-02-18 15:23:30 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2009-02-18 15:23:30 +0000 |
commit | 712de377f7982a2a6b24c2f75c2ec9daf92f530f (patch) | |
tree | c95abb09150f4f9851eac92b75afa7b803d66f80 | |
parent | 443658fd8bb5a6a4eadbae6747bfee5028708f62 (diff) | |
download | ffmpeg-712de377f7982a2a6b24c2f75c2ec9daf92f530f.tar.gz |
Cosmetics: reindent after previous commit.
Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |