Skip to content
Snippets Groups Projects
Commit c45695d4 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

faad: fix a typo of [38c08789]

parent 9e57ad81
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment