mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
mpegtsmux: fall through switch statement
Adding a comment makes coverity happy and quells the issue. CID #1139748
This commit is contained in:
parent
78215be0df
commit
3e38d3ae02
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ tsmux_stream_new (guint16 pid, TsMuxStreamType stream_type)
|
||||||
case TSMUX_ST_PS_TELETEXT:
|
case TSMUX_ST_PS_TELETEXT:
|
||||||
/* needs fixes PES header length */
|
/* needs fixes PES header length */
|
||||||
stream->pi.pes_header_length = 36;
|
stream->pi.pes_header_length = 36;
|
||||||
|
/* fall through */
|
||||||
case TSMUX_ST_PS_DVB_SUBPICTURE:
|
case TSMUX_ST_PS_DVB_SUBPICTURE:
|
||||||
/* private stream 1 */
|
/* private stream 1 */
|
||||||
stream->id = 0xBD;
|
stream->id = 0xBD;
|
||||||
|
|
Loading…
Reference in a new issue