FFmpeg
|
The ProgressFrame structure. More...
#include <progressframe.h>
Data Fields | |
struct AVFrame * | f |
struct ProgressInternal * | progress |
The ProgressFrame structure.
Hint: It is guaranteed that the AVFrame pointer is at the start of ProgressFrame. This allows to use an unnamed union { struct { AVFrame *f; }; ProgressFrame pf; }; to simplify accessing the embedded AVFrame.
Definition at line 73 of file progressframe.h.
struct AVFrame* ProgressFrame::f |
Definition at line 74 of file progressframe.h.
Referenced by decode_mb_row_no_filter(), inter_pred(), and vdpau_vp9_end_frame().
struct ProgressInternal* ProgressFrame::progress |
Definition at line 75 of file progressframe.h.