Commit 0f722429 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Gracefully interrupt the tuning process.

parent 19431a2e
...@@ -387,7 +387,7 @@ static int ioctl_CheckFrontend( input_thread_t * p_input, fe_type_t type ) ...@@ -387,7 +387,7 @@ static int ioctl_CheckFrontend( input_thread_t * p_input, fe_type_t type )
int fd_front = p_dvb->i_frontend; int fd_front = p_dvb->i_frontend;
int i_ret; int i_ret;
while( 1 ) while( !p_input->b_die )
{ {
int32_t value; int32_t value;
fe_status_t status; fe_status_t status;
......
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