![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Implementation of PNG decoder - according to the specification. More...
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <png.h>
#include "decoder.h"
#include "glue_memory.h"
#include "glue_debug.h"
#include "mg_ctxt.h"
#include "osd_utils.h"
#include "glue_assert.h"
Go to the source code of this file.
Classes | |
struct | buffer |
struct | info |
Macros | |
#define | MAX_HEADER 8 |
Typedefs | |
typedef struct buffer | S_BUFFER |
typedef struct info | S_INFO |
Functions | |
S_IMAGE * | DEC_DecodePng (U8BIT *data, U32BIT len) |
Allocate memory for png and decode bitmap. More... | |
void | DEC_FreePng (S_IMAGE *data) |
Free memory allocated for PNG bitmap. More... | |
Implementation of PNG decoder - according to the specification.
Definition in file mg_png.c.