[vlc-devel] [PATCH 5/5] fourcc: remove `break` after `return`

Eric Engestrom eric at engestrom.ch
Sat Apr 2 16:43:27 CEST 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 src/misc/fourcc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 84cd034..51c36a1 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -153,7 +153,6 @@ vlc_fourcc_t vlc_fourcc_GetCodecAudio( vlc_fourcc_t i_fourcc, int i_bits )
             return VLC_CODEC_S16L;
         case 3:
             return VLC_CODEC_S24L;
-            break;
         case 4:
             return VLC_CODEC_S32L;
         default:
-- 
2.8.0



More information about the vlc-devel mailing list