mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
extract ISrsCodec for code and decode object.
This commit is contained in:
parent
45755fd1e7
commit
9117e1e918
5 changed files with 236 additions and 30 deletions
|
@ -29,6 +29,14 @@ using namespace std;
|
|||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
|
||||
ISrsCodec::ISrsCodec()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsCodec::~ISrsCodec()
|
||||
{
|
||||
}
|
||||
|
||||
SrsBuffer::SrsBuffer()
|
||||
{
|
||||
p = bytes = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue