wma.c File Reference

Include dependency graph for wma.c:


Data Structures

struct  decoder_sys_t

Functions

static int OpenDecoder (vlc_object_t *)
static void CloseDecoder (vlc_object_t *)
static aout_buffer_tDecodeFrame (decoder_t *, block_t **)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static aout_buffer_tSplitBuffer (decoder_t *p_dec)

Variables

static unsigned int pi_channels_maps [7]

Function Documentation

static void CloseDecoder ( vlc_object_t p_this  )  [static]

References decoder_sys_t::p_output, and p_sys.

static aout_buffer_t * DecodeFrame ( decoder_t p_dec,
block_t **  pp_block 
) [static]

static int OpenDecoder ( vlc_object_t p_this  )  [static]

static aout_buffer_t* SplitBuffer ( decoder_t p_dec  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

unsigned int pi_channels_maps[7] [static]

Initial value:

{
    0,
     0x1 ,
     0x2  |  0x4 ,
     0x1  |  0x2  |  0x4 ,
     0x2  |  0x4  |  0x20  |  0x40 ,
     0x2  |  0x4  |  0x1  |  0x20  |  0x40 ,
     0x2  |  0x4  |  0x1  |  0x20  |  0x40  |  0x1000 
}


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