]> git.sesse.net Git - vlc/commitdiff
Compilation fix (speex)
authorLaurent Aimar <fenrir@videolan.org>
Wed, 23 Sep 2009 18:00:07 +0000 (20:00 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 23 Sep 2009 18:00:07 +0000 (20:00 +0200)
modules/codec/speex.c

index eb844047f13070c0f7dd5bfa5dd638ac49ff565d..b5e0cdf33cfd597c08c7cf3ee5f9d8876790bb37 100644 (file)
@@ -712,7 +712,7 @@ static aout_buffer_t *DecodeRtpSpeexPacket( decoder_t *p_dec, block_t **pp_block
       Handle date management on the audio output buffer. 
     */
     p_aout_buffer->i_pts = date_Get( &p_sys->end_date );
-    p_aout_buffer->end_date = date_Increment( &p_sys->end_date, 
+    p_aout_buffer->i_length = date_Increment( &p_sys->end_date,
         p_sys->p_header->frame_size ) - p_aout_buffer->i_pts;