[vlc-commits] commit: Used the right picture to get the date we have to wait on. ( Laurent Aimar )

git at videolan.org git at videolan.org
Sun Jul 11 19:57:18 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Jul 10 01:21:38 2010 +0200| [70092cf6e88d85fbb25e87675c7ee1d2eb2e8eaf] | committer: Laurent Aimar 

Used the right picture to get the date we have to wait on.

No functional changes.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70092cf6e88d85fbb25e87675c7ee1d2eb2e8eaf
---

 src/video_output/video_output.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index d043b7f..35f4228 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -736,7 +736,7 @@ static int ThreadDisplayPicture(vout_thread_t *vout,
 
         /* Wait the real date (for rendering jitter) */
         if (!is_forced)
-            mwait(decoded->date);
+            mwait(direct->date);
 
         /* Display the direct buffer returned by vout_RenderPicture */
         vout->p->displayed.date = mdate();



More information about the vlc-commits mailing list