FFmpeg
Functions
avio_list_dir.c File Reference
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavformat/avio.h>

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

Definition at line 112 of file avio_list_dir.c.

Referenced by main().

◆ main()

int main ( int  argc,
char *  argv[] 
)
Examples
avio_list_dir.c.

Definition at line 119 of file avio_list_dir.c.