FFmpeg
Loading...
Searching...
No Matches
RasmEntry Struct Reference

#include <rasm.h>

Data Fields

RasmEntryType type
 
RasmNodestart
 
RasmNodeend
 
union { 
 
   RasmFunction   func 
 
};  
 

Detailed Description

Definition at line 173 of file rasm.h.

Field Documentation

◆ type

RasmEntryType RasmEntry::type

Definition at line 174 of file rasm.h.

◆ start

RasmNode* RasmEntry::start

Definition at line 175 of file rasm.h.

◆ end

RasmNode* RasmEntry::end

Definition at line 176 of file rasm.h.

◆ func

RasmFunction RasmEntry::func

Definition at line 178 of file rasm.h.

◆ [union]

union { ... } RasmEntry

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