Commit 5842120f authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: reset PCR when switching output

Otherwise the timeshift waits timeoffset
parent 76bbbcfc
......@@ -140,6 +140,7 @@ void FakeESOut::gc()
return;
vlc_mutex_lock( &lock );
es_out_Control( real_es_out, ES_OUT_RESET_PCR );
std::list<FakeESOutID *>::iterator it;
for( it=recycle_candidates.begin(); it!=recycle_candidates.end(); ++it )
{
......
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