Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: add close PID log
  • Loading branch information
perexg committed May 15, 2015
1 parent 52e8375 commit 50e0414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -855,6 +855,7 @@ linuxdvb_frontend_close_pid0
pids_size--, pids++);
if (pids_size == 0)
return;
tvhtrace("linuxdvb", "%s - close PID %04X (%d) fd %d\n", name, pid, pid, pids->fd);
close(pids->fd);
pids->fd = -1;
pids->pid = -1;
Expand Down

0 comments on commit 50e0414

Please sign in to comment.