mpga.c File Reference

Include dependency graph for mpga.c:


Data Structures

struct  demux_sys_t

Defines

#define MPGA_PACKET_SIZE   1024
#define MPGA_VERSION(h)   ( 1 - (((h)>>19)&0x01) )
#define MPGA_LAYER(h)   ( 3 - (((h)>>17)&0x03) )
#define MPGA_MODE(h)   (((h)>> 6)&0x03)

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static int Demux (demux_t *)
static int Control (demux_t *, int, va_list)
static int HeaderCheck (uint32_t h)
static int mpga_frame_samples (uint32_t h)

Define Documentation

#define MPGA_LAYER (  )     ( 3 - (((h)>>17)&0x03) )

#define MPGA_MODE (  )     (((h)>> 6)&0x03)

#define MPGA_PACKET_SIZE   1024

#define MPGA_VERSION (  )     ( 1 - (((h)>>19)&0x01) )


Function Documentation

static void Close ( vlc_object_t  )  [static]

static int Control ( demux_t ,
int  ,
va_list   
) [static]

static int Demux ( demux_t  )  [static]

static int HeaderCheck ( uint32_t  h  )  [static]

static int mpga_frame_samples ( uint32_t  h  )  [static]

static int Open ( vlc_object_t  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Wed Aug 13 08:03:25 2008 for VLC by  doxygen 1.5.1