|
FFmpeg
|
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 (int argc, char **argv) |
| #define MAX_DATA_SIZE 1024 |
Definition at line 27 of file base64-test.c.
Referenced by test_encode_decode().
| #define MAX_ENCODED_SIZE 2048 |
Definition at line 28 of file base64-test.c.
Referenced by test_encode_decode().
|
static |
Definition at line 30 of file base64-test.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 80 of file base64-test.c.
1.8.6