[vlc-devel] commit: Fixed input-list support. (Laurent Aimar )
git version control
git at videolan.org
Mon Sep 8 20:28:12 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep 8 20:31:15 2008 +0200| [93f09fb21f6afc125625268d4b151a9bc288792f] | committer: Laurent Aimar
Fixed input-list support.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93f09fb21f6afc125625268d4b151a9bc288792f
---
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 8ddb246..9584713 100644
--- a/src/input/stream.c
+++ b/src/input/stream.c
@@ -2104,7 +2104,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