1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
*******************************************************************/
#ifndef __wrappedlibavutil56TYPES_H_
#define __wrappedlibavutil56TYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef void (*vFp_t)(void*);
typedef void* (*pFl_t)(intptr_t);
typedef void* (*pFL_t)(uintptr_t);
typedef void* (*pFip_t)(int32_t, void*);
typedef void* (*pFpL_t)(void*, uintptr_t);
typedef void* (*pFpV_t)(void*, ...);
typedef void (*vFppV_t)(void*, void*, ...);
typedef void (*vFppA_t)(void*, void*, va_list);
typedef void (*vFpipV_t)(void*, int32_t, void*, ...);
typedef uintptr_t (*LFpLpV_t)(void*, uintptr_t, void*, ...);
typedef int32_t (*iFppppi_t)(void*, void*, void*, void*, int32_t);
typedef void* (*pFpippi_t)(void*, int32_t, void*, void*, int32_t);
typedef int32_t (*iFpppppppip_t)(void*, void*, void*, void*, void*, void*, void*, int32_t, void*);
#define SUPER() ADDED_FUNCTIONS() \
GO(av_log_set_callback, vFp_t) \
GO(av_malloc_tracked, pFl_t) \
GO(av_mallocz_tracked, pFL_t) \
GO(av_buffer_pool_init, pFip_t) \
GO(av_realloc_tracked, pFpL_t) \
GO(av_asprintf, pFpV_t) \
GO(av_bprintf, vFppV_t) \
GO(av_vbprintf, vFppA_t) \
GO(av_log, vFpipV_t) \
GO(av_strlcatf, LFpLpV_t) \
GO(avpriv_slicethread_create, iFppppi_t) \
GO(av_buffer_create, pFpippi_t) \
GO(av_expr_parse, iFpppppppip_t)
#endif // __wrappedlibavutil56TYPES_H_
|