mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0'
* commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0': ismindex: Avoid writing ismf files if no base name has been specified Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1a59a28838
|
@ -681,6 +681,8 @@ int main(int argc, char **argv)
|
|||
} else if (argv[i][0] == '-') {
|
||||
return usage(argv[0], 1);
|
||||
} else {
|
||||
if (!basename)
|
||||
ismf = 0;
|
||||
if (handle_file(&tracks, argv[i], split, ismf,
|
||||
basename, output_prefix))
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue