summaryrefslogtreecommitdiffstats
path: root/libhb/hbffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r--libhb/hbffmpeg.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h
index 648089c37..119347153 100644
--- a/libhb/hbffmpeg.h
+++ b/libhb/hbffmpeg.h
@@ -33,7 +33,13 @@ const char* const* hb_av_preset_get_names(int encoder);
uint64_t hb_ff_mixdown_xlat(int hb_mixdown, int *downmix_mode);
void hb_ff_set_sample_fmt(AVCodecContext *, AVCodec *, enum AVSampleFormat);
-int hb_ff_get_colorspace(int color_matrix);
+int hb_sws_get_colorspace(int color_matrix);
+int hb_colr_pri_hb_to_ff(int colr_prim);
+int hb_colr_tra_hb_to_ff(int colr_tra);
+int hb_colr_mat_hb_to_ff(int colr_mat);
+int hb_colr_pri_ff_to_hb(int colr_prim);
+int hb_colr_tra_ff_to_hb(int colr_tra);
+int hb_colr_mat_ff_to_hb(int colr_mat);
struct SwsContext*
hb_sws_get_context(int srcW, int srcH, enum AVPixelFormat srcFormat,