[vlc-commits] demux: ts: unwanted fall through
    Francois Cartegnie 
    git at videolan.org
       
    Wed Jul 26 16:39:13 CEST 2017
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Jul 26 12:21:59 2017 +0200| [ee3aefc783c007593b70927e6a7fe72c6c0cb123] | committer: Francois Cartegnie
demux: ts: unwanted fall through
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee3aefc783c007593b70927e6a7fe72c6c0cb123
---
 modules/demux/mpeg/ts_psi.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/demux/mpeg/ts_psi.c b/modules/demux/mpeg/ts_psi.c
index fd4a800a8d..feda7eaf46 100644
--- a/modules/demux/mpeg/ts_psi.c
+++ b/modules/demux/mpeg/ts_psi.c
@@ -1621,6 +1621,7 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_dvbpsipmt )
                 break;
             case TS_PMT_REGISTRATION_ATSC:
                 TsChangeStandard( p_sys, TS_STANDARD_ATSC );
+                break;
             default:
                 /* Probe using ES */
                 p_sys->standard = ProbePMTStandard( p_dvbpsipmt );
    
    
More information about the vlc-commits
mailing list