libeplayer3/output: reset stream variables after Close()

This commit is contained in:
martii
2014-04-13 21:29:26 +02:00
parent 51b2ace4e4
commit 31230e5b19

View File

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