Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hdhomerun: updates after merge
  • Loading branch information
pakar authored and perexg committed Oct 14, 2014
1 parent 24d2ab4 commit db10daf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c
Expand Up @@ -65,7 +65,8 @@ tvhdhomerun_frontend_get_grace ( mpegts_input_t *mi, mpegts_mux_t *mm )
}

static int
tvhdhomerun_frontend_is_enabled ( mpegts_input_t *mi, mpegts_mux_t *mm )
tvhdhomerun_frontend_is_enabled ( mpegts_input_t *mi, mpegts_mux_t *mm,
const char *reason )
{
tvhdhomerun_frontend_t *hfe = (tvhdhomerun_frontend_t*)mi;
if (!hfe->mi_enabled) return 0;
Expand Down Expand Up @@ -346,7 +347,7 @@ tvhdhomerun_frontend_start_mux
tvhlog(LOG_INFO, "tvhdhomerun", "Starting input thread.");
hfe->hf_input_thread_running = 1;
tvhthread_create(&hfe->hf_input_thread, NULL,
tvhdhomerun_frontend_input_thread, hfe, 0);
tvhdhomerun_frontend_input_thread, hfe);

}

Expand Down

0 comments on commit db10daf

Please sign in to comment.