1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Cosmetics: reindent after previous commit.

Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet 2009-02-18 15:23:30 +00:00
parent 443658fd8b
commit 712de377f7

View File

@ -1015,7 +1015,7 @@ static double compute_frame_delay(double frame_current_pts, VideoState *is)
/* if incorrect delay, use previous one */ /* if incorrect delay, use previous one */
delay = is->frame_last_delay; delay = is->frame_last_delay;
} else { } else {
is->frame_last_delay = delay; is->frame_last_delay = delay;
} }
is->frame_last_pts = frame_current_pts; is->frame_last_pts = frame_current_pts;