[vlc-commits] faad: remove useless continue statement

Alexandre Janniaux git at videolan.org
Wed Mar 6 14:19:10 CET 2019


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | 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 <hugo at beauzee.fr>

> 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;



More information about the vlc-commits mailing list