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

Definition at line 27 of file avio_list_dir.c.

Referenced by list_op().

◆ list_op()

static int list_op ( const char *  input_dir)
static

Definition at line 57 of file avio_list_dir.c.

Referenced by main().

◆ usage()

static void usage ( const char *  program_name)
static

Definition at line 105 of file avio_list_dir.c.

Referenced by main().

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 112 of file avio_list_dir.c.

Referenced by compute_vif2(), do_vif(), init_filter(), process_frames(), and ssim_4x4xn_8bit().