| | |
| | | fn_cpu(h); |
| | | } |
| | | |
| | | void wrap_fn_recorder(const cffmpeg h, const char* dir, int mind, int maxd){ |
| | | fn_recorder(h, dir, mind, maxd); |
| | | void wrap_fn_recorder(const cffmpeg h, const char* id, const char* dir, int mind, int maxd){ |
| | | fn_recorder(h, id, dir, mind, maxd); |
| | | } |
| | | |
| | | void wrap_fn_fire_recorder(const cffmpeg h, const int64_t id){ |
| | | fn_fire_recorder(h, id); |
| | | void wrap_fn_fire_recorder(const cffmpeg h, const char* sid, const int64_t id){ |
| | | fn_fire_recorder(h, sid, id); |
| | | } |
| | | |
| | | char* wrap_fn_info_recorder(const cffmpeg h, int* index, int* length){ |
| | | return fn_info_recorder(h, index, length); |
| | | char* wrap_fn_info_recorder(const cffmpeg h, char **sid, int* index, int* length){ |
| | | return fn_info_recorder(h, sid, index, length); |
| | | } |
| | | |
| | | void wrap_fn_decoder(const cffmpeg h){ |