diff options
Diffstat (limited to 'code/test/vid/tools.c')
-rw-r--r-- | code/test/vid/tools.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |