|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | GET(entry, mem) |
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 ) |
Referenced by dict_iterate().
|
static |
Definition at line 25 of file dict.c.
Referenced by dict_iterate(), main(), and print_dict().
|
static |
Definition at line 45 of file dict.c.
Referenced by test_separators().
|
static |