From 2f99b87aed4d6a5934c8760f329225563698305a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 9 Sep 2017 17:47:08 +0200 Subject: video streming test fixed --- code/test/vid/tools.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/test/vid/tools.c') diff --git a/code/test/vid/tools.c b/code/test/vid/tools.c index 3331670..0307ef6 100644 --- a/code/test/vid/tools.c +++ b/code/test/vid/tools.c @@ -159,5 +159,7 @@ int vpx_img_write_f(const vpx_image_t *img, FILE *file) { buf += stride; } } + + return 1; } -- cgit v1.2.3