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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/LAVVideo/LAVPixFmtConverter.h')
-rw-r--r--decoder/LAVVideo/LAVPixFmtConverter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/LAVVideo/LAVPixFmtConverter.h b/decoder/LAVVideo/LAVPixFmtConverter.h
index 7ac3e228..1b4895bf 100644
--- a/decoder/LAVVideo/LAVPixFmtConverter.h
+++ b/decoder/LAVVideo/LAVPixFmtConverter.h
@@ -143,6 +143,9 @@ private:
template <int uyvy> DECLARE_CONV_FUNC(convert_yuv422_yuy2_uyvy_dither_le);
template <int nv12> DECLARE_CONV_FUNC(convert_yuv_yv_nv12_dither_le);
+ DECLARE_CONV_FUNC(convert_rgb48_rgb32_ssse3);
+ DECLARE_CONV_FUNC(convert_rgb48_rgb24_ssse3);
+
template <int out32> DECLARE_CONV_FUNC(convert_yuv_rgb);
RGBCoeffs* getRGBCoeffs(int width, int height);
const uint16_t* GetRandomDitherCoeffs(int height, int coeffs, int bits, int line);