diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-15 17:21:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-15 17:21:12 +0000 |
commit | 24d13ebc15ea429607ccbd52819947162981d333 (patch) | |
tree | 5551656a188b47f2bf300fe027bb96f0d5ad7fa4 | |
parent | 112c4b8796c36368ba77f9bd5572e8954200ead7 (diff) | |
download | ffmpeg-24d13ebc15ea429607ccbd52819947162981d333.tar.gz |
Reindent after the last commit.
Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffplay.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |