OSDN Git Service

dvdnav: fix crash when poorly masterd disc has no menus
[handbrake-jp/handbrake-jp-git.git] / macosx / InstantHandBrake / Preset.h
index 3caa501..2d53f0a 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Damiano Galassi on 15/01/08.
 //  This file is part of the HandBrake source code.
-//  Homepage: <http://handbrake.m0k.org/>.
+//  Homepage: <http://handbrake.fr/>.
 //  It may be used under the terms of the GNU General Public License.
 //
 //
 #import <Cocoa/Cocoa.h>
 
 
-@interface Preset : NSObject {
+@interface Preset : NSObject <NSCoding> {
+    NSString       *presetName;
+    
     int             fMuxer;
     int             fVideoCodec;
     int             fVideoBitRate;
-    NSString      fVideoCodecOptions;
+    NSString       *fVideoCodecOptions;
 
     int             fAudioCodec;
     int             fAudioBitRate;