[vlc-commits] demux: mp4: clear fallthrough warning

Francois Cartegnie git at videolan.org
Wed Mar 14 18:03:53 CET 2018


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Mar 14 17:45:26 2018 +0100| [1713b2028befdc2f53c3e8af6e7700f57f8494bc] | committer: Francois Cartegnie

demux: mp4: clear fallthrough warning

(cherry picked from commit 1bfa2c2c0630835d5f6348caf0c9d270c9f3bdfc)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1713b2028befdc2f53c3e8af6e7700f57f8494bc
---

 modules/demux/mp4/essetup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mp4/essetup.c b/modules/demux/mp4/essetup.c
index fcf7e54bbe..5a516c9654 100644
--- a/modules/demux/mp4/essetup.c
+++ b/modules/demux/mp4/essetup.c
@@ -731,7 +731,7 @@ int SetupVideoES( demux_t *p_demux, mp4_track_t *p_track, MP4_Box_t *p_sample )
 
         case ATOM_WMV3:
             p_track->p_asf = MP4_BoxGet( p_sample, "ASF " );
-            /* fallsthrough */
+            /* fallthrough */
         case ATOM_H264:
         case VLC_FOURCC('W','V','C','1'):
         {



More information about the vlc-commits mailing list