mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
return on failure to open output plugin
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@74 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
4a72051cf5
commit
a82e9af716
@ -118,6 +118,7 @@ int play(char *fn)
|
||||
if (max_latency < 0) {
|
||||
close_vgmstream(vgmstream);
|
||||
vgmstream=NULL;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Set info display */
|
||||
|
Loading…
Reference in New Issue
Block a user