Commit 74f7ed6d authored by Laurent Aimar's avatar Laurent Aimar

Compilation fix (speex)

parent 79d0174a
...@@ -712,7 +712,7 @@ static aout_buffer_t *DecodeRtpSpeexPacket( decoder_t *p_dec, block_t **pp_block ...@@ -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. Handle date management on the audio output buffer.
*/ */
p_aout_buffer->i_pts = date_Get( &p_sys->end_date ); 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; p_sys->p_header->frame_size ) - p_aout_buffer->i_pts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment