mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
atscmux: Add missing break in switch
CID: 1455515
This commit is contained in:
parent
00cb881431
commit
d8a51c6097
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue