Creating and destroying a decoder
[Decoding of multimedia streams]


Typedefs

typedef struct bgav_s bgav_t
 Opaque decoder structure.

Functions

bgav_tbgav_create ()
 Create a decoder instance.
void bgav_close (bgav_t *bgav)
 Close a decoder and free all associated memory.

Typedef Documentation

typedef struct bgav_s bgav_t

Opaque decoder structure.

You don't want to know, what's inside here


Function Documentation

bgav_t* bgav_create (  ) 

Create a decoder instance.

Returns:
A newly allocated decoder instance

void bgav_close ( bgav_t bgav  ) 

Close a decoder and free all associated memory.

Parameters:
bgav A decoder instance


Generated on Sun Aug 3 15:34:52 2008 for gmerlin-avdecoder by  doxygen 1.5.6