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

dirac: no statements after return

parent 2374bacf
......@@ -657,9 +657,8 @@ static block_t *dirac_EmitEOS( decoder_t *p_dec, uint32_t i_prev_parse_offset )
p_block->i_flags = DIRAC_NON_DATED;
return p_block;
(void) p_dec;
return p_block;
}
/***
......
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