Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2022-02-04 21:03:22 +0300
committerHenrik Gramner <henrik@gramner.com>2022-02-28 21:20:47 +0300
commit20e154aa7441ad43d96409fa474be87b1fb64942 (patch)
tree99ee8774e013bc44f2742a071886500be4bc907a /tests
parent402b54fcaecd424726b3f1292b4fea3c5b1d8e35 (diff)
build: Make "film_grain" vs "filmgrain" DSP file names consistent
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/filmgrain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/filmgrain.c b/tests/checkasm/filmgrain.c
index a44a3ac..305a4f7 100644
--- a/tests/checkasm/filmgrain.c
+++ b/tests/checkasm/filmgrain.c
@@ -30,7 +30,7 @@
#include <string.h>
#include "src/levels.h"
-#include "src/film_grain.h"
+#include "src/filmgrain.h"
#define UNIT_TEST 1
#include "src/fg_apply_tmpl.c"