atscmux: Add missing break in switch

CID: 1455515
This commit is contained in:
Edward Hervey 2019-11-27 15:41:26 +01:00
parent 00cb881431
commit d8a51c6097

View file

@ -102,6 +102,7 @@ gst_atsc_mux_stream_get_es_descrs (TsMuxStream * stream,
break;
case 2:
*pos++ = 0xC0 | 0x2; /* 2-channel (stereo) */
break;
case 3:
case 4:
case 5: