[vlc-devel] [PATCH 2/2] test: player: use tdummy text-renderer
Alexandre Janniaux
ajanni at videolabs.io
Thu Jul 9 17:23:20 CEST 2020
Avoid leaks in freetype when not testing it.
---
test/src/player/player.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/src/player/player.c b/test/src/player/player.c
index 90707a88d28..0f57e5dfbfa 100644
--- a/test/src/player/player.c
+++ b/test/src/player/player.c
@@ -2081,6 +2081,7 @@ ctx_init(struct ctx *ctx, bool use_outputs)
"--dec-dev=none",
use_outputs ? "--vout=dummy" : "--vout=none",
use_outputs ? "--aout=dummy" : "--aout=none",
+ "--text-renderer=tdummy",
};
libvlc_instance_t *vlc = libvlc_new(ARRAY_SIZE(argv), argv);
assert(vlc);
--
2.27.0
More information about the vlc-devel
mailing list