Skip to content
Snippets Groups Projects
Commit 6e274f32 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Steve Lhomme
Browse files

faad: remove useless continue statement


... at the end of the loop.

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
(cherry picked from commit 603ade4f)
parent 24ebefda
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!2719[3.0] codec: faad: backport fixes
Pipeline #279888 passed with stages
in 14 minutes and 59 seconds
......@@ -607,8 +607,6 @@ static int DecodeBlock( decoder_t *p_dec, block_t *p_block )
/* Drop byte of padding */
FlushBuffer( p_sys, 0 );
}
continue;
}
return VLCDEC_SUCCESS;
......
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