Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hdhomerun: buildfix for latest rebase
  • Loading branch information
pakar authored and perexg committed Oct 14, 2014
1 parent d31b703 commit 21a8762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c
Expand Up @@ -47,15 +47,15 @@ tvhdhomerun_frontend_is_free ( mpegts_input_t *mi )
}

static int
tvhdhomerun_frontend_get_weight ( mpegts_input_t *mi )
tvhdhomerun_frontend_get_weight ( mpegts_input_t *mi, int flags )
{
return mpegts_input_get_weight(mi);
return mpegts_input_get_weight(mi, flags);
}

static int
tvhdhomerun_frontend_get_priority ( mpegts_input_t *mi, mpegts_mux_t *mm )
tvhdhomerun_frontend_get_priority ( mpegts_input_t *mi, mpegts_mux_t *mm, int flags )
{
return mpegts_input_get_priority(mi, mm);
return mpegts_input_get_priority(mi, mm, flags);
}

static int
Expand Down

0 comments on commit 21a8762

Please sign in to comment.