Typedefs | |
typedef struct bgav_s | bgav_t |
Opaque decoder structure. | |
Functions | |
bgav_t * | bgav_create () |
Create a decoder instance. | |
void | bgav_close (bgav_t *bgav) |
Close a decoder and free all associated memory. |
typedef struct bgav_s bgav_t |
Opaque decoder structure.
You don't want to know, what's inside here
bgav_t* bgav_create | ( | ) |
Create a decoder instance.
void bgav_close | ( | bgav_t * | bgav | ) |
Close a decoder and free all associated memory.
bgav | A decoder instance |