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
@ -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…
x
Reference in New Issue
Block a user