Commit d1216c16 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove extra whitespace

parent f72698db
......@@ -474,7 +474,7 @@ static inline vlc_bool_t rtp_ChainInsert( access_t *p_access, block_t *p_block )
i_tmp = i_new - (uint16_t) p->i_dts;
if( !i_tmp ) /* trash duplicate */
break;
break;
if ( i_tmp < 32768 )
{ /* insert after this block ( i_new > p->i_dts ) */
......
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