mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 14:40:43 +00:00
vo_gpu_next: apply film grain if such metadata is present
This commit is contained in:
parent
7230550191
commit
4149cc2ce3
@ -686,6 +686,11 @@ static bool map_frame(pl_gpu gpu, pl_tex *tex, const struct pl_source_frame *src
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef PL_HAVE_LAV_FILM_GRAIN
|
||||
if (mpi->film_grain)
|
||||
pl_film_grain_from_av(&frame->film_grain, (AVFilmGrainParams *) mpi->film_grain->data);
|
||||
#endif
|
||||
|
||||
// Compute a unique signature for any attached ICC profile. Wasteful in
|
||||
// theory if the ICC profile is the same for multiple frames, but in
|
||||
// practice ICC profiles are overwhelmingly going to be attached to
|
||||
|
Loading…
Reference in New Issue
Block a user