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

smooth: remove logical no-op

parent 1cf67e2f
......@@ -609,7 +609,6 @@ void* sms_Thread( void *p_this )
p_sys->playback.init.p_datachunk = init_ck;
p_sys->playback.init.p_startchunk = NULL; /* before any */
vlc_mutex_unlock( &p_sys->playback.lock );
vlc_cond_signal( &p_sys->playback.wait ); /* demuxer in Open() can start reading */
int64_t i_pts_delay = 0;
......
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