[vlc-commits] test: use the jpeg file to test vout specific calls
Steve Lhomme
git at videolan.org
Tue Nov 15 18:14:01 CET 2016
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Sep 15 16:27:53 2016 +0200| [562a5f59b225e0366fdc6529f17c8834351946c9] | committer: Thomas Guillem
test: use the jpeg file to test vout specific calls
make sure we use a dummy/portable vout by default in tests.
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=562a5f59b225e0366fdc6529f17c8834351946c9
---
test/libvlc/test.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 4e8356a..62e260f 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -48,7 +48,7 @@
*/
static const char * test_defaults_args[] = {
- "-v",
+ "-v", "--vout=vdummy",
};
static const int test_defaults_nargs =
@@ -56,6 +56,7 @@ static const int test_defaults_nargs =
/*static const char test_default_sample[] = "samples/test.sample";*/
static const char test_default_sample[] = SRCDIR"/samples/empty.voc";
+static const char test_default_video[] = SRCDIR"/samples/image.jpg";
/*********************************************************************
More information about the vlc-commits
mailing list