mpegtsmux: re-enable inadvertent disabled code

This commit is contained in:
Mark Nauwelaerts 2012-06-16 16:50:27 +02:00
parent 179c50591c
commit c76627ec9a

View file

@ -180,8 +180,8 @@ tsmux_stream_new (guint16 pid, TsMuxStreamType stream_type)
break;
}
// stream->last_pts = -1;
// stream->last_dts = -1;
stream->last_pts = -1;
stream->last_dts = -1;
stream->pcr_ref = 0;
stream->last_pcr = -1;