FFmpeg
|
Data Fields | |
AVFilterBufferRef * | buf |
cached frame | |
int | histogram [HIST_SIZE] |
RGB color distribution histogram of the frame. | |
Definition at line 35 of file vf_thumbnail.c.
AVFilterBufferRef* thumb_frame::buf |
cached frame
Definition at line 36 of file vf_thumbnail.c.
Referenced by filter_frame(), and uninit().
int thumb_frame::histogram[HIST_SIZE] |
RGB color distribution histogram of the frame.
Definition at line 37 of file vf_thumbnail.c.
Referenced by filter_frame().