|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | n |
| current frame More... | |
| int | loglevel |
| int | n_frames |
| number of frames for analysis More... | |
| struct thumb_frame * | frames |
| the n_frames frames More... | |
| AVRational | tb |
| copy of the input timebase to ease access More... | |
| int | nb_threads |
| int * | thread_histogram |
| int | planewidth [4] |
| int | planeheight [4] |
Definition at line 42 of file vf_thumbnail.c.
| const AVClass* ThumbContext::class |
Definition at line 43 of file vf_thumbnail.c.
| int ThumbContext::n |
current frame
Definition at line 44 of file vf_thumbnail.c.
| int ThumbContext::loglevel |
Definition at line 45 of file vf_thumbnail.c.
| int ThumbContext::n_frames |
number of frames for analysis
Definition at line 46 of file vf_thumbnail.c.
| struct thumb_frame* ThumbContext::frames |
the n_frames frames
Definition at line 47 of file vf_thumbnail.c.
| AVRational ThumbContext::tb |
copy of the input timebase to ease access
Definition at line 48 of file vf_thumbnail.c.
| int ThumbContext::nb_threads |
Definition at line 50 of file vf_thumbnail.c.
| int* ThumbContext::thread_histogram |
Definition at line 51 of file vf_thumbnail.c.
| int ThumbContext::planewidth[4] |
Definition at line 53 of file vf_thumbnail.c.
| int ThumbContext::planeheight[4] |
Definition at line 54 of file vf_thumbnail.c.
1.8.17