Commit 4a7e683e authored by Laurent Aimar's avatar Laurent Aimar

Fixed input-list support.

(cherry picked from commit 93f09fb2)
parent b60e880f
......@@ -1961,7 +1961,7 @@ static block_t *AReadBlock( stream_t *s, bool *pb_eof )
return p_block;
}
p_block = p_sys->p_list_access->pf_block( p_access );
p_block = p_sys->p_list_access->pf_block( p_sys->p_list_access );
if( p_access->b_die )
vlc_object_kill( s );
b_eof = p_sys->p_list_access->info.b_eof;
......
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