FFmpeg
Data Fields
ProgressFrame Struct Reference

The ProgressFrame structure. More...

#include <progressframe.h>

Data Fields

struct AVFramef
 
struct ProgressInternalprogress
 

Detailed Description

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.

Field Documentation

◆ f

struct AVFrame* ProgressFrame::f

◆ progress

struct ProgressInternal* ProgressFrame::progress

Definition at line 75 of file progressframe.h.

Referenced by ff_progress_frame_ref().


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