| 853 | } |
| 854 | |
| 855 | int ff_check_interrupt(AVIOInterruptCB *cb) |
| 856 | { |
| 857 | if (cb && cb->callback) |
| 858 | return cb->callback(cb->opaque); |
| 859 | return 0; |
| 860 | } |
| 861 | |
| 862 | int ff_rename(const char *url_src, const char *url_dst, void *logctx) |
| 863 | { |
no outgoing calls