]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/internal.h
Stefanos port was missing DIRS variable in the Makefile for the newly added x86
[ffmpeg] / libavfilter / internal.h
index c55898bc1147c56968590f71d57345e373a99b74..2f0dde125de0708a2a2b7cc4ed9710c03206441b 100644 (file)
@@ -28,6 +28,8 @@
 
 void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end);
 
+char *ff_get_ref_perms_string(char *buf, size_t buf_size, int perms);
+
 void ff_dprintf_link(void *ctx, AVFilterLink *link, int end);
 
 #define FF_DPRINTF_START(ctx, func) dprintf(NULL, "%-16s: ", #func)