|
FFmpeg
|
#include <rasm.h>
Data Fields | |
| char * | name |
| bool | export |
| bool | jumpable |
| char* RasmNodeFunc::name |
Definition at line 134 of file rasm.h.
Referenced by print_node_function(), and rasm_add_func().
| bool RasmNodeFunc::export |
Definition at line 135 of file rasm.h.
Referenced by print_node_function(), and rasm_add_func().
| bool RasmNodeFunc::jumpable |
Definition at line 136 of file rasm.h.
Referenced by print_node_function(), and rasm_add_func().
1.8.17