mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
dispose the gop cache
This commit is contained in:
parent
beb0431746
commit
811ef4bcf6
3 changed files with 13 additions and 0 deletions
|
@ -309,6 +309,10 @@ public:
|
|||
SrsGopCache();
|
||||
virtual ~SrsGopCache();
|
||||
public:
|
||||
/**
|
||||
* cleanup when system quit.
|
||||
*/
|
||||
virtual void dispose();
|
||||
/**
|
||||
* to enable or disable the gop cache.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue