You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Cosmetics: reindent after previous commit.
Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffplay.c
2
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;
|
||||
|
||||
|
Reference in New Issue
Block a user