summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-09-09 17:42:53 +0000
committerjstebbins <[email protected]>2014-09-09 17:42:53 +0000
commit47f221161b42b7d3cb1ae49a16a6ec7452eb978f (patch)
treef76b8c9efe6a9d4f275ef15c04e1613cfe0a7853 /libhb/common.h
parent54dbf9c1dea56d271b1760e7f6b085914b0cff7c (diff)
libhb: thread nlmeans filter
Scales well with number of CPUs, so is 4x faster on quad cores. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6397 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index ef10fff41..c4392fd94 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -99,6 +99,8 @@ typedef struct hb_work_object_s hb_work_object_t;
typedef struct hb_filter_private_s hb_filter_private_t;
typedef struct hb_filter_object_s hb_filter_object_t;
typedef struct hb_buffer_s hb_buffer_t;
+typedef struct hb_buffer_settings_s hb_buffer_settings_t;
+typedef struct hb_image_format_s hb_image_format_t;
typedef struct hb_fifo_s hb_fifo_t;
typedef struct hb_lock_s hb_lock_t;
typedef enum