aboutsummaryrefslogtreecommitdiff
path: root/src/film_grain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/film_grain.cc')
-rw-r--r--src/film_grain.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/film_grain.cc b/src/film_grain.cc
index 5c64ff2..44a2543 100644
--- a/src/film_grain.cc
+++ b/src/film_grain.cc
@@ -824,5 +824,8 @@ template class FilmGrain<kBitdepth8>;
#if LIBGAV1_MAX_BITDEPTH >= 10
template class FilmGrain<kBitdepth10>;
#endif
+#if LIBGAV1_MAX_BITDEPTH == 12
+template class FilmGrain<kBitdepth12>;
+#endif
} // namespace libgav1