FFmpeg
|
#include "libavutil/dict.c"
Go to the source code of this file.
Macros | |
#define | GET(entry, mem) ((entry) ? (entry)->mem : "N/A") |
Functions | |
static const AVDictionaryEntry * | dict_iterate (const AVDictionary *m, const AVDictionaryEntry *prev) |
static void | print_dict (const AVDictionary *m) |
static void | test_separators (const AVDictionary *m, const char pair, const char val) |
int | main (void) |
#define GET | ( | entry, | |
mem | |||
) | ((entry) ? (entry)->mem : "N/A") |
|
static |
Definition at line 23 of file dict.c.
Referenced by main(), and print_dict().
|
static |
Definition at line 43 of file dict.c.
Referenced by test_separators().
|
static |