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

Data Fields

const AVClassclass
 
char * mapping
 
AVFrame ** frames
 
intmap
 
int64_t * pts
 
int in_frames
 
int nb_frames
 

Detailed Description

Definition at line 31 of file vf_shuffleframes.c.

Field Documentation

const AVClass* ShuffleFramesContext::class

Definition at line 32 of file vf_shuffleframes.c.

char* ShuffleFramesContext::mapping

Definition at line 33 of file vf_shuffleframes.c.

Referenced by init().

AVFrame** ShuffleFramesContext::frames

Definition at line 34 of file vf_shuffleframes.c.

Referenced by filter_frame(), init(), and uninit().

int* ShuffleFramesContext::map

Definition at line 35 of file vf_shuffleframes.c.

Referenced by filter_frame(), init(), and uninit().

int64_t* ShuffleFramesContext::pts

Definition at line 36 of file vf_shuffleframes.c.

Referenced by filter_frame(), init(), and uninit().

int ShuffleFramesContext::in_frames

Definition at line 37 of file vf_shuffleframes.c.

Referenced by filter_frame(), and uninit().

int ShuffleFramesContext::nb_frames

Definition at line 38 of file vf_shuffleframes.c.

Referenced by filter_frame(), and init().


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