Commit 9eac2aab authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix RTP/TS sequence number regression

parent 19fa9255
......@@ -2079,8 +2079,6 @@ static int AccessOutGrabberWriteBuffer( sout_stream_t *p_stream,
p_sys->packet->i_dts = i_dts;
p_sys->packet->i_length = p_buffer->i_length / i_packet;
i_dts += p_sys->packet->i_length;
id->i_sequence++;
}
i_size = __MIN( i_data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment