[vlc-commits] demux: mp4: missing breaks (cid #1372930, cid #1362068)

Francois Cartegnie git at videolan.org
Wed Jan 25 10:08:21 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Jan 25 10:05:05 2017 +0100| [a8f97679a265857ca549ea5cfc7fc5505f0e350c] | committer: Francois Cartegnie

demux: mp4: missing breaks (cid #1372930, cid #1362068)

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

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

diff --git a/modules/demux/mp4/essetup.c b/modules/demux/mp4/essetup.c
index 1cc7b88..a05430b 100644
--- a/modules/demux/mp4/essetup.c
+++ b/modules/demux/mp4/essetup.c
@@ -665,6 +665,7 @@ int SetupVideoES( demux_t *p_demux, mp4_track_t *p_track, MP4_Box_t *p_sample )
                 }
             }
         }
+        break;
 
         case ATOM_WMV3:
         {
@@ -901,6 +902,7 @@ int SetupAudioES( demux_t *p_demux, mp4_track_t *p_track, MP4_Box_t *p_sample )
                     p_track->fmt.b_packetized = false;
                 }
             }
+            break;
         }
         case( ATOM_eac3 ):
         {



More information about the vlc-commits mailing list