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

@ -45,7 +45,7 @@ using namespace std;
#include <srs_app_http_conn.hpp>
#include <srs_kernel_consts.hpp>
#include <srs_app_server.hpp>
#include <srs_rtmp_amf0.hpp>
#include <srs_protocol_amf0.hpp>
int srs_api_response_jsonp(ISrsHttpResponseWriter* w, string callback, string data)
{