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