1
0
Fork 0
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:
winlin 2015-10-16 16:30:45 +08:00
parent 45755fd1e7
commit 9117e1e918
5 changed files with 236 additions and 30 deletions

View file

@ -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;