]> git.sesse.net Git - vlc/commit
Add a input_Read function that reads a stream in blocking or non-blocking mode and...
authorClément Stenac <zorglub@videolan.org>
Wed, 9 Nov 2005 13:44:49 +0000 (13:44 +0000)
committerClément Stenac <zorglub@videolan.org>
Wed, 9 Nov 2005 13:44:49 +0000 (13:44 +0000)
commitcbc8fb034c62aa70c72277298357d701a5456604
tree1dd2fb193992fcd71d53b907916243ab605059cf
parent8d65083c187c5066a60de73d32695cfce6ddaef8
Add a input_Read function that reads a stream in blocking or non-blocking mode and cleans-up (Closes:#244)

Still needs to be exported, but needs some thinking for pause/stop handling
include/vlc_input.h
include/vlc_symbols.h
src/input/input.c
src/libvlc.c
src/playlist/playlist.c
src/playlist/view.c