From 9e4484b900db0c4942594469a0264effb0a07751 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 1 Nov 2018 18:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Include/EasyTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/EasyTypes.h b/Include/EasyTypes.h index 0c5f552..5526b15 100644 --- a/Include/EasyTypes.h +++ b/Include/EasyTypes.h @@ -156,6 +156,6 @@ typedef struct float bitrate; /* 比特率 */ float losspacket; /* 丢包率 */ -}EASY_FRAME_INFO; +}EASY_FRAME_INF, RTSP_FRAME_INFO; #endif