main: added tsfile_done() call
This commit is contained in:
parent
652f892748
commit
963ec83ce0
1 changed files with 3 additions and 0 deletions
|
@ -846,6 +846,9 @@ main(int argc, char **argv)
|
|||
#if ENABLE_LINUXDVB
|
||||
tvhftrace("main", linuxdvb_done);
|
||||
#endif
|
||||
#if ENABLE_TSFILE
|
||||
tvhftrace("main", tsfile_done);
|
||||
#endif
|
||||
|
||||
// Note: the locking is obviously a bit redundant, but without
|
||||
// we need to disable the gtimer_arm call in epg_save()
|
||||
|
|
Loading…
Add table
Reference in a new issue