diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:57 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:57 -0400 |
commit | d4dbf19f6b0181ee78034bfe4caf189d1c016998 (patch) | |
tree | 47d5d28d2ab770a10e6c48788725c51dffeb84a9 /src/film_grain.cc | |
parent | 320ef65362608ee1148c299d8d5d7618af34e470 (diff) | |
download | libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.tar.gz libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.tar.bz2 libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.zip |
New upstream version 0.18.0
Diffstat (limited to 'src/film_grain.cc')
-rw-r--r-- | src/film_grain.cc | 3 |
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 |