FFmpeg
Data Fields
RasmEntry Struct Reference

#include <rasm.h>

Data Fields

RasmEntryType type
 
RasmNodestart
 
RasmNodeend
 
union {
   RasmFunction   func
 
}; 
 

Detailed Description

Definition at line 172 of file rasm.h.

Field Documentation

◆ type

RasmEntryType RasmEntry::type

Definition at line 173 of file rasm.h.

◆ start

RasmNode* RasmEntry::start

Definition at line 174 of file rasm.h.

◆ end

RasmNode* RasmEntry::end

Definition at line 175 of file rasm.h.

◆ func

RasmFunction RasmEntry::func

Definition at line 177 of file rasm.h.

◆ @553

union { ... }

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