[vlc-commits] test: player: use tdummy text-renderer
Alexandre Janniaux
git at videolan.org
Tue Jul 14 22:20:42 CEST 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jul 9 17:23:20 2020 +0200| [2d7a0bf401b788150b93c6d616bb27ade33ca336] | committer: Alexandre Janniaux
test: player: use tdummy text-renderer
Avoid leaks in freetype when not testing it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d7a0bf401b788150b93c6d616bb27ade33ca336
---
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 90707a88d2..0f57e5dfbf 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);
More information about the vlc-commits
mailing list