1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

amf0 object decode framework

This commit is contained in:
winlin 2013-10-19 20:06:07 +08:00
parent 810bb6ba38
commit 2886672347
7 changed files with 279 additions and 18 deletions

View file

@ -43,5 +43,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define srs_assert(expression) assert(expression)
#include <stddef.h>
#include <sys/types.h>
#endif