OSDN Git Service

MacGui: Use libdvdnav by default.
[handbrake-jp/handbrake-jp-git.git] / macosx / HBCore.m
index 358e11c..4037760 100644 (file)
@@ -189,7 +189,6 @@ NSString *HBCoreMuxingNotification = @"HBCoreMuxingNotification";
         // Libhb is not open so we cannot do anything.
         return;
     }
-
     hb_get_state(hb_handle, hb_state);
 
     if (hb_state->state == HB_STATE_IDLE)