mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3/output: reset stream variables after Close()
This commit is contained in:
@@ -116,6 +116,9 @@ bool Output::Close()
|
|||||||
audiofd = -1;
|
audiofd = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
videoStream = NULL;
|
||||||
|
audioStream = NULL;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user