Commit a02b79e2 authored by Laurent Aimar's avatar Laurent Aimar

* ts.c: fixed --ts-out.

parent 856b6e43
...@@ -716,6 +716,7 @@ static int Demux( demux_t *p_demux ) ...@@ -716,6 +716,7 @@ static int Demux( demux_t *p_demux )
} }
else else
{ {
PCRHandle( p_demux, p_pid, p_pkt );
block_Release( p_pkt ); block_Release( p_pkt );
} }
} }
......
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