zpl.c File Reference

Include dependency graph for zpl.c:


Data Structures

struct  demux_sys_t

Defines

#define PARSE(tag, variable)
#define SET(variable, type)

Functions

static int Demux (demux_t *p_demux)
static int Control (demux_t *p_demux, int i_query, va_list args)
static char * ParseTabValue (char *psz_string)
int Import_ZPL (vlc_object_t *p_this)
void Close_ZPL (vlc_object_t *p_this)

Define Documentation

#define PARSE ( tag,
variable   ) 

Value:

else if( !strncasecmp( psz_parse, tag, strlen( tag ) ) )    \
        variable = ParseTabValue( psz_parse );

Referenced by Demux().

#define SET ( variable,
type   ) 

Value:

if( !EMPTY_STR(variable) )                          \
    {                                                   \
        input_item_Set##type( p_input, variable );      \
        FREENULL( variable );                           \
    }


Function Documentation

void Close_ZPL ( vlc_object_t p_this  ) 

static int Control ( demux_t p_demux,
int  i_query,
va_list  args 
) [static]

References VLC_EGENERIC, and VLC_UNUSED.

static int Demux ( demux_t p_demux  )  [static]

int Import_ZPL ( vlc_object_t p_this  ) 

static char * ParseTabValue ( char *  psz_string  )  [static]

References psz_value.

Referenced by Demux().


Generated on Tue May 25 08:05:17 2010 for VLC by  doxygen 1.5.6