mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
make -m and -x play together better
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@190 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
bbb03de6af
commit
a1294dfb45
@ -177,12 +177,13 @@ int main(int argc, char ** argv) {
|
||||
}
|
||||
|
||||
if (!play) {
|
||||
if (metaonly) printf("metadata for %s\n",argv[optind]);
|
||||
else if (adxencd) {
|
||||
printf("adxencd \"%s\"",outfilename);
|
||||
if (adxencd) {
|
||||
printf("adxencd");
|
||||
if (!metaonly) printf(" \"%s\"",outfilename);
|
||||
if (s->loop_flag) printf(" -lps%d -lpe%d",s->loop_start_sample,s->loop_end_sample);
|
||||
printf("\n");
|
||||
}
|
||||
else if (metaonly) printf("metadata for %s\n",argv[optind]);
|
||||
else printf("decoding %s\n",argv[optind]);
|
||||
}
|
||||
if (!play && !adxencd) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user