[FFmpeg-cvslog] commit: Reindent after the last commit. (Stefano Sabatini )
git at videolan.org
git
Sat Jan 15 19:37:54 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sat Jan 15 17:21:12 2011 +0000| [24d13ebc15ea429607ccbd52819947162981d333] | committer: Stefano Sabatini
Reindent after the last commit.
Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24d13ebc15ea429607ccbd52819947162981d333
---
ffplay.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index 1b83bb5..11a7ed1 100644
--- 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;
More information about the ffmpeg-cvslog
mailing list