mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-30 06:42:22 +08:00
整理代码
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#include "Rtsp.h"
|
||||
#include <stdlib.h>
|
||||
#include "Rtsp.h"
|
||||
|
||||
string FindField(const char* buf, const char* start, const char *end ,int bufSize) {
|
||||
if(bufSize <=0 ){
|
||||
bufSize = strlen(buf);
|
||||
|
||||
Reference in New Issue
Block a user