mpegtsmux: fall through switch statement

Adding a comment makes coverity happy and quells the issue.

CID #1139748
This commit is contained in:
Luis de Bethencourt 2015-03-06 14:27:44 +00:00
parent 78215be0df
commit 3e38d3ae02

View file

@ -180,6 +180,7 @@ tsmux_stream_new (guint16 pid, TsMuxStreamType stream_type)
case TSMUX_ST_PS_TELETEXT:
/* needs fixes PES header length */
stream->pi.pes_header_length = 36;
/* fall through */
case TSMUX_ST_PS_DVB_SUBPICTURE:
/* private stream 1 */
stream->id = 0xBD;