FFmpeg
Loading...
Searching...
No Matches
dict.c File Reference
#include "libavutil/mem.h"
#include "libavutil/dict.c"

Go to the source code of this file.

Macros

#define GET(entry, mem)
 

Functions

static const AVDictionaryEntrydict_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)
 

Macro Definition Documentation

◆ GET

#define GET ( entry,
mem )
Value:
((entry) ? (entry)->mem : "N/A")
#define entry

Referenced by dict_iterate().

Function Documentation

◆ dict_iterate()

static const AVDictionaryEntry * dict_iterate ( const AVDictionary * m,
const AVDictionaryEntry * prev )
static

Definition at line 25 of file dict.c.

Referenced by dict_iterate(), main(), and print_dict().

◆ print_dict()

static void print_dict ( const AVDictionary * m)
static

Definition at line 45 of file dict.c.

Referenced by test_separators().

◆ test_separators()

static void test_separators ( const AVDictionary * m,
const char pair,
const char val )
static

Definition at line 56 of file dict.c.

Referenced by main().

◆ main()

int main ( void )

Definition at line 77 of file dict.c.