Browse Source

Reindent after the last commit.

Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
24d13ebc15
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ffplay.c

+ 2
- 2
ffplay.c View File

@@ -1243,7 +1243,7 @@ retry:

/* display picture */
if (!display_disable)
video_display(is);
video_display(is);

/* update queue size and signal for next picture */
if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE)
@@ -1262,7 +1262,7 @@ retry:

/* display picture */
if (!display_disable)
video_display(is);
video_display(is);
}
if (show_status) {
static int64_t last_time;


Loading…
Cancel
Save