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

rename rtmp amf0 to protocol amf0.

This commit is contained in:
winlin 2015-09-22 09:05:21 +08:00
parent 1310c0f577
commit 168625dce2
31 changed files with 43 additions and 43 deletions

View file

@ -38,7 +38,7 @@ using namespace std;
#include <srs_app_config.hpp>
#include <srs_kernel_utility.hpp>
#include <srs_app_http_conn.hpp>
#include <srs_rtmp_amf0.hpp>
#include <srs_protocol_amf0.hpp>
#define SRS_HTTP_RESPONSE_OK SRS_XSTR(ERROR_SUCCESS)