Commit d7369a7d authored by benoit's avatar benoit

Cosmetics: reindent after previous commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17433 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c296c646
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment