From 6f9fd9e0d521d9f74d9a76cd2de48d9d71383d35 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Tue, 20 Jan 2015 07:59:31 +0000 Subject: MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo and change some strings in the queue job's description. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6777 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBCore.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macosx/HBCore.m') diff --git a/macosx/HBCore.m b/macosx/HBCore.m index e3cf37d47..4b0f0f3c3 100644 --- a/macosx/HBCore.m +++ b/macosx/HBCore.m @@ -17,6 +17,9 @@ */ @interface HBCore () +/// Pointer to a hb_state_s struct containing the detailed state information of libhb. +@property (nonatomic, readonly) hb_state_t *hb_state; + /// Current state of HBCore. @property (nonatomic, readwrite) HBState state; -- cgit v1.2.3