OSDN Git Service

MacGui: Implement variable number of preview frames
[handbrake-jp/handbrake-jp-git.git] / macosx / PictureController.h
index d2a3bc8..6aa03f1 100644 (file)
@@ -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
 {