[vlc-devel] [PATCH] faad: remove useless continue statement

Alexandre Janniaux ajanni at videolabs.io
Tue Mar 5 20:30:24 CET 2019


... at the end of the loop.
---
 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;
-- 
2.21.0



More information about the vlc-devel mailing list