mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
7 lines
73 B
C
7 lines
73 B
C
#ifndef SAD_TESTS_H_
|
|
#define SAD_TESTS_H_
|
|
|
|
void sad_tests(void);
|
|
|
|
#endif
|