Go to the documentation of this file.
22 # define VLC_PROBE_H 1
36 #define vlc_probe(obj, cap, pcount) \
37 vlc_probe(VLC_OBJECT(obj), cap, pcount)
52 char *tab = (
char *)realloc (obj->
list, (obj->
count + 1) * len);
56 memcpy(tab + (obj->
count * len), data, len);
62 # define VLC_PROBE_CONTINUE VLC_EGENERIC
63 # define VLC_PROBE_STOP VLC_SUCCESS