diff options
author | dynaflash <[email protected]> | 2008-11-30 04:09:33 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-11-30 04:09:33 +0000 |
commit | c43aa11ff657ed6c2f30af3fbac0cdb70cf5bf69 (patch) | |
tree | a2c71e00d272bb91c40c8a33d41a4ad7d4545142 /macosx/PictureController.h | |
parent | 98e27438a5fc1d977c16539f89507ca82dce903f (diff) |
MacGui: Implement variable number of preview frames
- Set in Preferences -> Advanced and defaulted to 10
- Allows for up to 20 previews per title for now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1972 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index d2a3bc8f0..6aa03f1a9 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -10,7 +10,7 @@ /* Needed for Quicktime movie previews */ #import <QTKit/QTKit.h> -#define HB_NUM_HBLIB_PICTURES 10 // hbilb generates 10 preview pictures +#define HB_NUM_HBLIB_PICTURES 20 // # of preview pictures libhb should generate @interface PictureController : NSWindowController { |