[vlc-commits] packetizer_helper: clear warning
Francois Cartegnie
git at videolan.org
Wed Nov 8 10:25:52 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Nov 7 23:37:17 2017 +0100| [0dda1270dc1318c1d292317dd6c9d020930079f5] | committer: Francois Cartegnie
packetizer_helper: clear warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0dda1270dc1318c1d292317dd6c9d020930079f5
---
modules/packetizer/packetizer_helper.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/packetizer/packetizer_helper.h b/modules/packetizer/packetizer_helper.h
index 14642a4c29..f771189570 100644
--- a/modules/packetizer/packetizer_helper.h
+++ b/modules/packetizer/packetizer_helper.h
@@ -155,6 +155,7 @@ static inline block_t *packetizer_Packetize( packetizer_t *p_pack, block_t **pp_
return NULL; /* Need more data */
p_pack->i_offset = 1; /* To find next startcode */
+ /* fallthrough */
case STATE_NEXT_SYNC:
/* Find the next startcode */
More information about the vlc-commits
mailing list