summaryrefslogtreecommitdiffstats
path: root/libavfilter/colorspace.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2018-07-25 17:02:45 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2018-08-06 18:35:52 +0200
commit572ef567a5288d36b8bc2531309710a0e891d35c (patch)
treed0aa0e8610c475a533cdc606f07bd6a1f717897c /libavfilter/colorspace.h
parente467179cfbe270c4b59b10f859b6925668d59583 (diff)
downloadffmpeg-streaming-572ef567a5288d36b8bc2531309710a0e891d35c.zip
ffmpeg-streaming-572ef567a5288d36b8bc2531309710a0e891d35c.tar.gz
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 75705ec..9366818 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
OpenPOWER on IntegriCloud