[vlc-commits] test: player: disable hw decoding

Thomas Guillem git at videolan.org
Mon Mar 4 09:34:47 CET 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Mar  4 09:32:10 2019 +0100| [4d4d6368a87b92c2a5e8cc9af5a793194b3a308d] | committer: Thomas Guillem

test: player: disable hw decoding

Fixes #21990

Regression from f58bd455bdb0aaa3364f9cd72bfde799eb728b2d

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d4d6368a87b92c2a5e8cc9af5a793194b3a308d
---

 test/src/input/player.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/input/player.c b/test/src/input/player.c
index af3cf55d2b..d477629607 100644
--- a/test/src/input/player.c
+++ b/test/src/input/player.c
@@ -1697,6 +1697,7 @@ main(void)
         "--no-media-library",
         /* Avoid leaks from various dlopen... */
         "--codec=araw,rawvideo,subsdec,none",
+        "--dec-dev=none",
         "--vout=dummy",
         "--aout=dummy",
     };



More information about the vlc-commits mailing list