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:
authorRonald S. Bultje <rsbultje@gmail.com>2019-11-16 06:33:43 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2019-11-17 23:30:31 +0300
commit564d3d9119da13b6fd288329a734813aa08e11a7 (patch)
tree8e8dd0be649225583c1cda842e97f63db5c42be8 /src/fg_apply.h
parentfc968cc90e509c187bfca6035bb9a52873dcccf4 (diff)
Don't run film grain generation beyond visible luma border
Fixes #309.
Diffstat (limited to 'src/fg_apply.h')
-rw-r--r--src/fg_apply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fg_apply.h b/src/fg_apply.h
index 779549b..6b96a06 100644
--- a/src/fg_apply.h
+++ b/src/fg_apply.h
@@ -36,6 +36,6 @@
bitfn_decls(void dav1d_apply_grain, const Dav1dFilmGrainDSPContext *const dsp,
Dav1dPicture *const out,
- const Dav1dPicture *const in);
+ Dav1dPicture *const in);
#endif /* DAV1D_SRC_FG_APPLY_H */