libeplayer3/output: reset stream variables after Close()

Origin commit data
------------------
Branch: master
Commit: 31230e5b19
Author: martii <m4rtii@gmx.de>
Date: 2014-04-13 (Sun, 13 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-13 21:29:26 +02:00
parent d1d8507126
commit a7d432cae1

View File

@@ -116,6 +116,9 @@ bool Output::Close()
audiofd = -1;
}
videoStream = NULL;
audioStream = NULL;
return true;
}