diff options
Diffstat (limited to 'macosx/PrefsController.h')
-rw-r--r-- | macosx/PrefsController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/PrefsController.h b/macosx/PrefsController.h index a9c198c55..a9ccb54a4 100644 --- a/macosx/PrefsController.h +++ b/macosx/PrefsController.h @@ -12,8 +12,10 @@ IBOutlet NSButton * fDefDeinterlace; IBOutlet NSButton * fDefPicSizeAutoSetipod; IBOutlet NSButton * fDefPixelRatio; + IBOutlet NSButton * fDefAudioSurround; + IBOutlet NSButton * fDefPresetDrawerShow; - + IBOutlet NSTextView * fDefAdvancedx264FlagsView; } - (IBAction) OpenPanel: (id) sender; |