-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3227271
commit 453bcb6
Showing
6 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Copyright (C) 2004 by jsoto | |
Copyright (C) 2007 by madshi | ||
Copyright (C) 2009 by Chumbo | ||
Copyright (C) 2010 by Adam Thomas-Murphy | ||
Copyright (C) 2014, 2016 by djcj <[email protected]> | ||
Copyright (C) 2014, 2016-2017 by djcj <[email protected]> | ||
|
||
DelayCut is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -43,10 +43,6 @@ Options: | |
-o <string>: specify output file | ||
-i <string>: specify inputfile | ||
|
||
Return values | ||
0: Success | ||
1: Something went wrong. | ||
|
||
Examples: | ||
Get info: Log file will be myfile_log.txt | ||
delaycut -info -i myfile.ac3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* Copyright (C) 2004 by jsoto | ||
2007-09-11 E-AC3 support added by www.madshi.net | ||
Copyright (C) 2010 by Adam Thomas-Murphy | ||
Copyright (C) 2014, 2016 by djcj <[email protected]> | ||
Copyright (C) 2014, 2016-2017 by djcj <[email protected]> | ||
This file is part of DelayCut. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
2007-09-11 E-AC3 support added by www.madshi.net | ||
2009 Chumbo mod to autofill delay values from filename | ||
Copyright (C) 2010 by Adam Thomas-Murphy | ||
Copyright (C) 2014, 2016 by djcj <[email protected]> | ||
Copyright (C) 2014, 2016-2017 by djcj <[email protected]> | ||
This file is part of DelayCut. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* Copyright (C) 2004 by jsoto | ||
2007-09-11 E-AC3 support added by www.madshi.net | ||
Copyright (C) 2010 by Adam Thomas-Murphy | ||
Copyright (C) 2016 by djcj <[email protected]> | ||
Copyright (C) 2016-2017 by djcj <[email protected]> | ||
This file is part of DelayCut. | ||
|
@@ -24,7 +24,11 @@ | |
|
||
#include <QMainWindow> | ||
|
||
#define VERSION "1.4.3.8" | ||
/* Reminder: | ||
* On a new release, don't forget to bump the version | ||
* in delaycut.ui and delaycut.1 too and update the ChangeLog. | ||
*/ | ||
#define VERSION "1.4.3.9" | ||
|
||
namespace Ui { | ||
class DelayCut; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters