X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fmpeg%2Finput_ts.c;h=d664906d08155c2f44910fb1a2ff2e98dc7b518b;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=4fd9a5e4cf6cce326ebbcf059de87d14127c78ab;hpb=97c3185de470c501bfdcef4589f6d747ba7691d8;p=vlc diff --git a/plugins/mpeg/input_ts.c b/plugins/mpeg/input_ts.c index 4fd9a5e4cf..d664906d08 100644 --- a/plugins/mpeg/input_ts.c +++ b/plugins/mpeg/input_ts.c @@ -2,7 +2,7 @@ * input_ts.c: TS demux and netlist management ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: input_ts.c,v 1.4 2001/02/20 02:53:13 stef Exp $ + * $Id: input_ts.c,v 1.5 2001/02/20 07:49:13 sam Exp $ * * Authors: * @@ -21,6 +21,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#define MODULE_NAME ts +#include "modules_inner.h" + /***************************************************************************** * Preamble *****************************************************************************/ @@ -68,7 +71,7 @@ static void TSEnd ( struct input_thread_s * ); * Functions exported as capabilities. They are declared as static so that * we don't pollute the namespace too much. *****************************************************************************/ -void input_getfunctions( function_list_t * p_function_list ) +void _M( input_getfunctions )( function_list_t * p_function_list ) { #define input p_function_list->functions.input p_function_list->pf_probe = TSProbe;