From 017b7eb736ccc53c52f81486be8196d7fafc3289 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 28 十二月 2016 10:31:42 +0800
Subject: [PATCH] add MaterialBuffer

---
 RtspFace/PL_RTSPClient.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RtspFace/PL_RTSPClient.h b/RtspFace/PL_RTSPClient.h
index e464586..91fa685 100644
--- a/RtspFace/PL_RTSPClient.h
+++ b/RtspFace/PL_RTSPClient.h
@@ -20,7 +20,7 @@
 
 class PL_RTSPClient : public PipeLineElem
 {
-	friend void rtsp_client_frame_callback(void* arg, uint8_t* buffer, size_t buffSize);
+	friend void rtsp_client_frame_callback(void* arg, uint8_t* buffer, size_t buffSize, timeval presentationTime);
 	friend void rtsp_client_continue_callback(void* arg);
 
 public:

--
Gitblit v1.8.0