hedgewars/ArgParsers.inc
changeset 7235 baa69bd025d9
parent 7198 5debd5fe526e
child 7306 3cff5c769509
equal deleted inserted replaced
7231:f484455dd055 7235:baa69bd025d9
    76     cAVFormat:= ParamStr(21);
    76     cAVFormat:= ParamStr(21);
    77     cVideoCodec:= ParamStr(22);
    77     cVideoCodec:= ParamStr(22);
    78     cVideoQuality:= StrToInt(ParamStr(23));
    78     cVideoQuality:= StrToInt(ParamStr(23));
    79     cVideoPreset:= ParamStr(24);
    79     cVideoPreset:= ParamStr(24);
    80     cAudioCodec:= ParamStr(25);
    80     cAudioCodec:= ParamStr(25);
    81   // cRecordAudio:= cAudioCodec <> 'no';
       
    82     cAudioQuality:= StrToInt(ParamStr(26));
    81     cAudioQuality:= StrToInt(ParamStr(26));
    83 end;
    82 end;
    84 {$ENDIF}
    83 {$ENDIF}
    85 
    84 
    86 procedure setVideo(screenWidth: LongInt; screenHeight: LongInt; bitsStr: LongInt);
    85 procedure setVideo(screenWidth: LongInt; screenHeight: LongInt; bitsStr: LongInt);