[vlc-devel] commit: Compilation fix (speex) (Laurent Aimar )
git version control
git at videolan.org
Wed Sep 23 20:08:08 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Sep 23 20:00:07 2009 +0200| [74f7ed6dc40045faf81e9ac366b70b0620e70465] | committer: Laurent Aimar
Compilation fix (speex)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74f7ed6dc40045faf81e9ac366b70b0620e70465
---
modules/codec/speex.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/speex.c b/modules/codec/speex.c
index eb84404..b5e0cdf 100644
--- a/modules/codec/speex.c
+++ b/modules/codec/speex.c
@@ -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;
More information about the vlc-devel
mailing list