projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112c4b8
)
Reindent after the last commit.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sat, 15 Jan 2011 17:21:12 +0000
(17:21 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sat, 15 Jan 2011 17:21:12 +0000
(17:21 +0000)
Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay.c
patch
|
blob
|
history
diff --git
a/ffplay.c
b/ffplay.c
index 1b83bb5a71f7b7454fed03d2b2e6a954d89c5d35..11a7ed13a44ecc34401cf1074c792df905b5abdd 100644
(file)
--- a/
ffplay.c
+++ b/
ffplay.c
@@
-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;