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:
authorNiklas Haas <git@haasn.xyz>2018-11-13 18:52:46 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2018-11-19 16:30:12 +0300
commit20e9f4df68761e48d44d134ba942e4ecc11446b7 (patch)
tree2300fc7f0edb67a234dddefc9608c63c9fa9c24e /src/internal.h
parentdf5230ef7656899f28e21792b0f903a4af4ee3ff (diff)
picture: make the film grain metadata public
This becomes part of the picture properties, since users may want to apply film grain themselves (e.g. for a GPU implementation).
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 72155d1..100fe26 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -97,7 +97,7 @@ struct Dav1dContext {
unsigned refpoc[7];
WarpedMotionParams gmv[7];
Av1LoopfilterModeRefDeltas lf_mode_ref_deltas;
- Av1FilmGrainData film_grain;
+ Dav1dFilmGrainData film_grain;
uint8_t qidx;
unsigned coded_width;
} refs[8];