FFmpeg 7.1.1
Loading...
Searching...
No Matches
avio_list_dir.c File Reference

Go to the source code of this file.

Functions

static const char * type_string (int type)
 
static int list_op (const char *input_dir)
 
static void usage (const char *program_name)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ type_string()

static const char * type_string ( int type)
static
Examples
avio_list_dir.c.

Definition at line 34 of file avio_list_dir.c.

Referenced by list_op().

◆ list_op()

static int list_op ( const char * input_dir)
static
Examples
avio_list_dir.c.

Definition at line 64 of file avio_list_dir.c.

Referenced by main().

◆ usage()

static void usage ( const char * program_name)
static
Examples
avio_list_dir.c, and ffhash.c.

Definition at line 112 of file avio_list_dir.c.

Referenced by main().

◆ main()