Fixed parameters in ogg2dtsc
This commit is contained in:
parent
4f96d6ddef
commit
6ac0e1d25f
1 changed files with 2 additions and 0 deletions
|
@ -192,5 +192,7 @@ namespace Converters{
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char ** argv){
|
int main(int argc, char ** argv){
|
||||||
|
Util::Config conf = Util::Config(argv[0], PACKAGE_VERSION);
|
||||||
|
conf.parseArgs(argc,argv);
|
||||||
return Converters::OGG2DTSC();
|
return Converters::OGG2DTSC();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue