Commit c45695d4 authored by Rafaël Carré's avatar Rafaël Carré

faad: fix a typo of [38c08789]

parent 9e57ad81
......@@ -416,7 +416,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
p_out->i_pts = date_Get( &p_sys->date );
p_out->i_length = date_Increment( &p_sys->date,
frame.samples / frame.channels ),
frame.samples / frame.channels )
- p_out->i_pts;
DoReordering( (uint32_t *)p_out->p_buffer, samples,
......
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