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

Data Fields

int n
 current frame
 
int n_frames
 number of frames for analysis
 
struct thumb_frameframes
 the n_frames frames
 

Detailed Description

Definition at line 40 of file vf_thumbnail.c.

Field Documentation

int ThumbContext::n

current frame

Definition at line 41 of file vf_thumbnail.c.

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

int ThumbContext::n_frames

number of frames for analysis

Definition at line 42 of file vf_thumbnail.c.

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

struct thumb_frame* ThumbContext::frames

the n_frames frames

Definition at line 43 of file vf_thumbnail.c.

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


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