X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmpeg%2Finput_ps.c;h=970d58f409f0ce6961b7deaaf060bb45b497d9e7;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=ba3dab37ce31b2129846fbf7ed209e9cec30fc54;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/plugins/mpeg/input_ps.c b/plugins/mpeg/input_ps.c index ba3dab37ce..970d58f409 100644 --- a/plugins/mpeg/input_ps.c +++ b/plugins/mpeg/input_ps.c @@ -2,7 +2,7 @@ * input_ps.c: PS demux and packet management ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: input_ps.c,v 1.7 2001/02/20 02:53:13 stef Exp $ + * $Id: input_ps.c,v 1.8 2001/02/20 07:49:13 sam Exp $ * * Authors: Christophe Massiot * @@ -21,6 +21,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#define MODULE_NAME ps +#include "modules_inner.h" + /***************************************************************************** * Preamble *****************************************************************************/ @@ -76,7 +79,7 @@ static void DeletePES ( void *, struct pes_packet_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 = PSProbe;