FFmpeg
Loading...
Searching...
No Matches
print_options.c File Reference
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <float.h>
#include "libavutil/attributes.h"
#include "libavutil/opt.h"
#include "libavcodec/options_table.h"
#include "libavformat/options_table.h"

Go to the source code of this file.

Macros

#define AVFORMAT_OS_SUPPORT_H
#define attribute_deprecated

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)

Macro Definition Documentation

◆ AVFORMAT_OS_SUPPORT_H

#define AVFORMAT_OS_SUPPORT_H

Definition at line 32 of file print_options.c.

◆ attribute_deprecated

#define attribute_deprecated

Definition at line 39 of file print_options.c.

Function Documentation

◆ print_usage()

void print_usage ( void )
static

Definition at line 45 of file print_options.c.

Referenced by checkasm_main(), and main().

◆ print_option()

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

Definition at line 52 of file print_options.c.

Referenced by show_opts().

◆ show_opts()

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

Definition at line 97 of file print_options.c.

Referenced by show_codec_opts(), and show_format_opts().

◆ show_format_opts()

void show_format_opts ( void )
static

Definition at line 109 of file print_options.c.

Referenced by main().

◆ show_codec_opts()

void show_codec_opts ( void )
static

Definition at line 115 of file print_options.c.

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

Definition at line 121 of file print_options.c.