Libav
Functions
print_options.c File Reference
#include <stddef.h>
#include <string.h>
#include <float.h>
#include "libavformat/avformat.h"
#include "libavformat/options_table.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/options_table.h"
#include "libavutil/opt.h"

Go to the source code of this file.

Functions

static void print_usage (void)
static void print_option (const AVOption *opts, const AVOption *o, int per_stream)
static void show_opts (const AVOption *opts, int per_stream)
static void show_format_opts (void)
static void show_codec_opts (void)
int main (int argc, char **argv)

Function Documentation

static void print_usage ( void  )
static

Definition at line 35 of file print_options.c.

Referenced by main().

static void print_option ( const AVOption opts,
const AVOption o,
int  per_stream 
)
static

Definition at line 42 of file print_options.c.

Referenced by show_opts().

static void show_opts ( const AVOption opts,
int  per_stream 
)
static

Definition at line 87 of file print_options.c.

Referenced by show_codec_opts(), and show_format_opts().

static void show_format_opts ( void  )
static

Definition at line 99 of file print_options.c.

Referenced by main().

static void show_codec_opts ( void  )
static

Definition at line 105 of file print_options.c.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 111 of file print_options.c.