FFmpeg
|
Data Fields | |
AVFrame * | buf |
cached frame More... | |
int | histogram [HIST_SIZE] |
RGB color distribution histogram of the frame. More... | |
Definition at line 38 of file vf_thumbnail.c.
AVFrame * thumb_frame::buf |
cached frame
Definition at line 39 of file vf_thumbnail.c.
int thumb_frame::histogram |
RGB color distribution histogram of the frame.
Definition at line 40 of file vf_thumbnail.c.
Referenced by thumbnail(), and thumbnail_kernel().