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@gllm.fr>
This commit is contained in:
Steve Lhomme 2016-09-15 16:27:53 +02:00 committed by Thomas Guillem
parent c194d6d759
commit 562a5f59b2
1 changed files with 2 additions and 1 deletions

View File

@ -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";
/*********************************************************************