Commit 93f09fb2 authored by Laurent Aimar's avatar Laurent Aimar

Fixed input-list support.

parent 5c139f1f
...@@ -2104,7 +2104,7 @@ static block_t *AReadBlock( stream_t *s, bool *pb_eof ) ...@@ -2104,7 +2104,7 @@ static block_t *AReadBlock( stream_t *s, bool *pb_eof )
return p_block; 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 ) if( p_access->b_die )
vlc_object_kill( s ); vlc_object_kill( s );
b_eof = p_sys->p_list_access->info.b_eof; 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