Libav
|
Go to the source code of this file.
Macros | |
#define | MAX_DATA_SIZE 1024 |
#define | MAX_ENCODED_SIZE 2048 |
Functions | |
static int | test_encode_decode (const uint8_t *data, unsigned int data_size, const char *encoded_ref) |
int | main (void) |
#define MAX_DATA_SIZE 1024 |
Definition at line 25 of file base64.c.
Referenced by test_encode_decode().
#define MAX_ENCODED_SIZE 2048 |
Definition at line 26 of file base64.c.
Referenced by test_encode_decode().
|
static |