Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2018-07-25 18:02:45 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2018-08-06 19:35:52 +0300
commit572ef567a5288d36b8bc2531309710a0e891d35c (patch)
treed0aa0e8610c475a533cdc606f07bd6a1f717897c /libavfilter/colorspace.h
parente467179cfbe270c4b59b10f859b6925668d59583 (diff)
vf_tonemap_opencl: Move update_metadata() to a shared file
Diffstat (limited to 'libavfilter/colorspace.h')
-rw-r--r--libavfilter/colorspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/colorspace.h b/libavfilter/colorspace.h
index 75705ecfc7..936681815a 100644
--- a/libavfilter/colorspace.h
+++ b/libavfilter/colorspace.h
@@ -45,5 +45,6 @@ void ff_fill_rgb2xyz_table(const struct PrimaryCoefficients *coeffs,
double rgb2xyz[3][3]);
double ff_determine_signal_peak(AVFrame *in);
+void ff_update_hdr_metadata(AVFrame *in, double peak);
#endif