Created by the British Broadcasting Corporation.
#include <dirac_parser.h>
Public Attributes | |
dirac_decoder_state_t | state |
dirac_parseparams_t | parse_params |
dirac_sourceparams_t | src_params |
unsigned int | frame_num |
void * | parser |
dirac_framebuf_t * | fbuf |
int | frame_avail |
int | verbose |
Structure that holds the information returned by the parser
dirac_framebuf_t* dirac_decoder_t::fbuf |
frame (NOT picture) buffer to hold luma and chroma data
int dirac_decoder_t::frame_avail |
boolean flag that indicates if a decoded frame (NOT picture) is available
unsigned int dirac_decoder_t::frame_num |
frame (NOT picture) number
dirac_parseparams_t dirac_decoder_t::parse_params |
parse parameters
void* dirac_decoder_t::parser |
void pointer to internal parser
dirac_sourceparams_t dirac_decoder_t::src_params |
source parameters
dirac_decoder_state_t dirac_decoder_t::state |
parser state
int dirac_decoder_t::verbose |
verbose output
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.