FFmpeg
Macros | Functions
dict.c File Reference
#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 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 
)    ((entry) ? (entry)->mem : "N/A")

Function Documentation

◆ dict_iterate()

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

Definition at line 23 of file dict.c.

Referenced by main(), and print_dict().

◆ print_dict()

static void print_dict ( const AVDictionary m)
static

Definition at line 43 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 51 of file dict.c.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 72 of file dict.c.