]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
hdhomerun: updates after merge
authorPatric Karlstrom <pakar@imperialnet.org>
Thu, 10 Jul 2014 19:46:44 +0000 (21:46 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 14 Oct 2014 12:12:53 +0000 (14:12 +0200)
src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c

index 4d879c7e6adc08808594f742f9c0ab57a3cec259..d2fb423d35e7d8e4ddea3a4b6cf25c695c0aac99 100644 (file)
@@ -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;
@@ -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);
 
   }