vlc | branch: master | Alexandre Janniaux <[email protected]> | Tue Mar 5 20:30:24 2019 +0100| [603ade4f5d01d03b240694992a596b3c5904148b] | committer: Hugo Beauzée-Luyssen
faad: remove useless continue statement ... at the end of the loop. Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=603ade4f5d01d03b240694992a596b3c5904148b --- modules/codec/faad.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/codec/faad.c b/modules/codec/faad.c index ff93e84913..ce537c8446 100644 --- a/modules/codec/faad.c +++ b/modules/codec/faad.c @@ -593,8 +593,6 @@ static int DecodeBlock( decoder_t *p_dec, block_t *p_block ) /* Drop byte of padding */ FlushBuffer( p_sys, 0 ); } - - continue; } return VLCDEC_SUCCESS; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
