dshow: remove redundant loop and vlc_object_alive() call
The caller (i.e. the buffer stream_t) will call the function again if NULL is returned (assuming !b_error and !b_eof).
Showing
Please register or sign in to comment
The caller (i.e. the buffer stream_t) will call the function again if NULL is returned (assuming !b_error and !b_eof).