mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent after the last commit.
Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
112c4b8796
commit
24d13ebc15
4
ffplay.c
4
ffplay.c
@ -1243,7 +1243,7 @@ retry:
|
|||||||
|
|
||||||
/* display picture */
|
/* display picture */
|
||||||
if (!display_disable)
|
if (!display_disable)
|
||||||
video_display(is);
|
video_display(is);
|
||||||
|
|
||||||
/* update queue size and signal for next picture */
|
/* update queue size and signal for next picture */
|
||||||
if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE)
|
if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE)
|
||||||
@ -1262,7 +1262,7 @@ retry:
|
|||||||
|
|
||||||
/* display picture */
|
/* display picture */
|
||||||
if (!display_disable)
|
if (!display_disable)
|
||||||
video_display(is);
|
video_display(is);
|
||||||
}
|
}
|
||||||
if (show_status) {
|
if (show_status) {
|
||||||
static int64_t last_time;
|
static int64_t last_time;
|
||||||
|
Loading…
Reference in New Issue
Block a user