FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
print_options.c File Reference
#include <stddef.h>
#include <string.h>
#include <float.h>
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
#include "libavutil/opt.h"
#include "libavformat/options_table.h"
#include "libavcodec/options_table.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)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 113 of file print_options.c.

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

Definition at line 40 of file print_options.c.

Referenced by show_opts().

static void print_usage ( void  )
static

Definition at line 33 of file print_options.c.

Referenced by main().

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

Definition at line 85 of file print_options.c.