[vlc-devel] commit: Fixed input-list support. (Laurent Aimar )
git version control
git at videolan.org
Mon Sep 8 20:30:20 CEST 2008
vlc | branch: 0.9-bugfix | Laurent Aimar <fenrir at videolan.org> | Mon Sep 8 20:31:15 2008 +0200| [4a7e683e16f4b158d9673350d07dcf7dcc6aca0d] | committer: Laurent Aimar
Fixed input-list support.
(cherry picked from commit 93f09fb21f6afc125625268d4b151a9bc288792f)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a7e683e16f4b158d9673350d07dcf7dcc6aca0d
---
src/input/stream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/stream.c b/src/input/stream.c
index 7e35d37..1e442b4 100644
--- a/src/input/stream.c
+++ b/src/input/stream.c
@@ -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;
More information about the vlc-devel
mailing list