about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsmpeg2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsmpeg2.c')
-rw-r--r--src/wrapped/wrappedsmpeg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsmpeg2.c b/src/wrapped/wrappedsmpeg2.c
index c95f0bab..e285c215 100644
--- a/src/wrapped/wrappedsmpeg2.c
+++ b/src/wrapped/wrappedsmpeg2.c
@@ -38,7 +38,7 @@ GO(4)
 static uintptr_t my_dispcallback_fct_##A = 0;                           \
 static void my_dispcallback_##A(void* data, void* frame)                \
 {                                                                       \
-    RunFunction(my_context, my_dispcallback_fct_##A, 2, data, frame);   \
+    RunFunctionFmt(my_dispcallback_fct_##A, "pp", data, frame);   \
 }
 SUPER()
 #undef GO