Switching to I420VideoFrame
Review URL: https://webrtc-codereview.appspot.com/922004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2983 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#define WEBRTC_VIDEO_ENGINE_INCLUDE_VIE_IMAGE_PROCESS_H_
|
||||
|
||||
#include "common_types.h"
|
||||
#include "common_video/interface/i420_video_frame.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -31,10 +32,8 @@ class WEBRTC_DLLEXPORT ViEEffectFilter {
|
||||
public:
|
||||
// This method is called with an I420 video frame allowing the user to
|
||||
// modify the video frame.
|
||||
virtual int Transform(int size,
|
||||
unsigned char* frame_buffer,
|
||||
unsigned int time_stamp90KHz,
|
||||
unsigned int width,
|
||||
virtual int Transform(int size, unsigned char* frameBuffer,
|
||||
unsigned int timeStamp90KHz, unsigned int width,
|
||||
unsigned int height) = 0;
|
||||
protected:
|
||||
ViEEffectFilter() {}
|
||||
|
||||
Reference in New Issue
Block a user