mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Cosmetics: reindent after previous commit.
Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
443658fd8b
commit
712de377f7
1 changed files with 1 additions and 1 deletions
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue