mpegvideo.c File Reference

Include dependency graph for mpegvideo.c:


Data Structures

struct  decoder_sys_t

Defines

#define SYNC_INTRAFRAME_TEXT   N_("Sync on Intra Frame")
#define SYNC_INTRAFRAME_LONGTEXT

Enumerations

enum  { STATE_NOSYNC, STATE_NEXT_SYNC }

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 block_tPacketize (decoder_t *, block_t **)
static block_tParseMPEGBlock (decoder_t *, block_t *)
static block_tGetCc (decoder_t *p_dec, bool pb_present[4])

Define Documentation

#define SYNC_INTRAFRAME_LONGTEXT

Value:

N_("Normally the packetizer would " \
    "sync on the next full frame. This flags instructs the packetizer " \
    "to sync on the first Intra Frame found.")

#define SYNC_INTRAFRAME_TEXT   N_("Sync on Intra Frame")


Enumeration Type Documentation

anonymous enum

Enumerator:
STATE_NOSYNC 
STATE_NEXT_SYNC 


Function Documentation

static void Close ( vlc_object_t  )  [static]

static block_t * GetCc ( decoder_t p_dec,
bool  pb_present[4] 
) [static]

static int Open ( vlc_object_t  )  [static]

static block_t * Packetize ( decoder_t ,
block_t **   
) [static]

static block_t * ParseMPEGBlock ( decoder_t ,
block_t  
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Wed Aug 13 08:04:46 2008 for VLC by  doxygen 1.5.1