diff options
author | dynaflash <[email protected]> | 2007-03-28 18:06:50 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-28 18:06:50 +0000 |
commit | 42b83d67aac7b196b636f8d3b77be5017676fa3b (patch) | |
tree | 1005cd179a5006aa112f78448102786219cdd0ef /macosx/Controller.h | |
parent | d509e2b3eb350584b802a9892e08abeebe6b98f0 (diff) |
MacGui: Enable 5.1 6 channel audio extraction for OGM with Vorbis audio
- also, some internal changes to controller.mm for upcoming appleTV preset capabilities in gui.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@461 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 9d6969466..37d2791e5 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -95,7 +95,9 @@ IBOutlet NSTextField * fPicLabelPAROutputX; IBOutlet NSTextField * fPicSettingPARWidth; IBOutlet NSTextField * fPicSettingPARHeight; - + /* Picture variables */ + int PicOrigOutputWidth; + int PicOrigOutputHeight; /* Subtitles box */ IBOutlet NSTextField * fSubField; |