Commit 1cf67e2f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

smooth: remove logical no-op

parent 02eee276
...@@ -708,12 +708,6 @@ static unsigned int sms_Read( stream_t *s, uint8_t *p_read, unsigned int i_read ...@@ -708,12 +708,6 @@ static unsigned int sms_Read( stream_t *s, uint8_t *p_read, unsigned int i_read
if( chunk->read_pos >= chunk->size ) if( chunk->read_pos >= chunk->size )
{ {
if( chunk->type == VIDEO_ES ||
( !SMS_GET_SELECTED_ST( VIDEO_ES ) && chunk->type == AUDIO_ES ) )
{
vlc_cond_signal( &p_sys->download.wait );
}
if ( b_isinitchunk ) if ( b_isinitchunk )
{ {
assert( chunk->read_pos == chunk->size ); assert( chunk->read_pos == chunk->size );
......
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