mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine code
This commit is contained in:
parent
03105c96c2
commit
c2c35a7330
2 changed files with 2 additions and 3 deletions
|
@ -52,8 +52,7 @@ public:
|
|||
// The context restore stores the context and restore it when done.
|
||||
// Usage:
|
||||
// SrsContextRestore(_srs_context->get_id());
|
||||
#define SrsContextRestore(cid) \
|
||||
impl_SrsContextRestore _context_restore_instance(cid)
|
||||
#define SrsContextRestore(cid) impl_SrsContextRestore _context_restore_instance(cid)
|
||||
class impl_SrsContextRestore
|
||||
{
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue