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

Data Fields

const AVClassclass
 
int n
 current frame More...
 
int n_frames
 number of frames for analysis More...
 
struct thumb_frameframes
 the n_frames frames More...
 
AVRational tb
 copy of the input timebase to ease access More...
 

Detailed Description

Definition at line 41 of file vf_thumbnail.c.

Field Documentation

const AVClass* ThumbContext::class

Definition at line 42 of file vf_thumbnail.c.

int ThumbContext::n

current frame

Definition at line 43 of file vf_thumbnail.c.

Referenced by filter_frame(), get_best_frame(), and request_frame().

int ThumbContext::n_frames

number of frames for analysis

Definition at line 44 of file vf_thumbnail.c.

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

struct thumb_frame* ThumbContext::frames

the n_frames frames

Definition at line 45 of file vf_thumbnail.c.

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

AVRational ThumbContext::tb

copy of the input timebase to ease access

Definition at line 46 of file vf_thumbnail.c.

Referenced by config_props(), and get_best_frame().


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