[vlc-commits] oss: build fix

Pierre Ynard git at videolan.org
Sun Aug 7 15:04:59 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Aug  7 15:04:00 2011 +0200| [22e5ae8bd7bb18ea1a770a1c1878914c32f8b4d6] | committer: Pierre Ynard

oss: build fix

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

 modules/audio_output/oss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_output/oss.c b/modules/audio_output/oss.c
index c324d52..5041048 100644
--- a/modules/audio_output/oss.c
+++ b/modules/audio_output/oss.c
@@ -641,7 +641,7 @@ static void* OSSThread( void *obj )
             for( ;; )
             {
                 canc = vlc_savecancel ();
-                p_buffer = aout_PacketNext( p_aout );
+                p_buffer = aout_PacketNext( p_aout, next_date );
                 if ( p_buffer )
                     break;
                 vlc_restorecancel (canc);



More information about the vlc-commits mailing list