diff options
Diffstat (limited to 'macosx/HBVideoController.m')
-rw-r--r-- | macosx/HBVideoController.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBVideoController.m b/macosx/HBVideoController.m index ab7c0edfe..c3148b496 100644 --- a/macosx/HBVideoController.m +++ b/macosx/HBVideoController.m @@ -1035,6 +1035,11 @@ NSString *HBVideoEncoderChangedNotification = @"HBVideoEncoderChangedNotificatio [self.fHBController customSettingUsed: sender]; } +- (IBAction)bitrateFieldChanged:(id)sender +{ + [self.fHBController customSettingUsed: sender]; +} + #pragma mark - Video x264/x265 Presets - (void)switchPresetViewForEncoder:(int)encoder |