OSDN Git Service

Enable jam to work by changing the error handling to use a callback rather than a...
[handbrake-jp/handbrake-jp-git.git] / libhb / common.h
index 416a93e..0fc3647 100644 (file)
@@ -550,4 +550,8 @@ extern hb_filter_object_t hb_filter_deinterlace;
 extern hb_filter_object_t hb_filter_deblock;
 extern hb_filter_object_t hb_filter_denoise;
 
+typedef void hb_error_handler_t( const char *errmsg );
+
+extern void hb_register_error_handler( hb_error_handler_t * handler );
+
 #endif