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
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 /src/internal.h
parent402b54fcaecd424726b3f1292b4fea3c5b1d8e35 (diff)
build: Make "film_grain" vs "filmgrain" DSP file names consistent
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal.h b/src/internal.h
index 8231e2f..b42b316 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -43,7 +43,7 @@ typedef struct Dav1dTask Dav1dTask;
#include "src/cdf.h"
#include "src/data.h"
#include "src/env.h"
-#include "src/film_grain.h"
+#include "src/filmgrain.h"
#include "src/intra_edge.h"
#include "src/ipred.h"
#include "src/itx.h"