WebRtc_Word32 -> int32_t in video_render/
BUG=314 Review URL: https://webrtc-codereview.appspot.com/1304006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3810 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -48,8 +48,8 @@ enum VideoRenderError
|
||||
class VideoRenderCallback
|
||||
{
|
||||
public:
|
||||
virtual WebRtc_Word32 RenderFrame(const WebRtc_UWord32 streamId,
|
||||
I420VideoFrame& videoFrame) = 0;
|
||||
virtual int32_t RenderFrame(const uint32_t streamId,
|
||||
I420VideoFrame& videoFrame) = 0;
|
||||
|
||||
protected:
|
||||
virtual ~VideoRenderCallback()
|
||||
@ -61,7 +61,7 @@ protected:
|
||||
class VideoRenderFeedback
|
||||
{
|
||||
public:
|
||||
virtual void OnRenderError(const WebRtc_Word32 streamId,
|
||||
virtual void OnRenderError(const int32_t streamId,
|
||||
const VideoRenderError error) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user