FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vf_info_t Struct Reference

#include <vf.h>

Data Fields

const char * info
 
const char * name
 
const char * author
 
const char * comment
 
int(* vf_open )(struct vf_instance *vf, char *args)
 
const voidopts
 

Detailed Description

Definition at line 31 of file vf.h.

Field Documentation

const char* vf_info_t::info

Definition at line 32 of file vf.h.

const char* vf_info_t::name

Definition at line 33 of file vf.h.

const char* vf_info_t::author

Definition at line 34 of file vf.h.

const char* vf_info_t::comment

Definition at line 35 of file vf.h.

int(* vf_info_t::vf_open)(struct vf_instance *vf, char *args)

Definition at line 36 of file vf.h.

Referenced by init().

const void* vf_info_t::opts

Definition at line 38 of file vf.h.

Referenced by init().


The documentation for this struct was generated from the following file: