Cleanup encode call.

Review URL: https://webrtc-codereview.appspot.com/491003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2011 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org
2012-04-12 06:59:14 +00:00
parent f1e020ec99
commit ce33035dee
23 changed files with 80 additions and 117 deletions

View File

@ -99,7 +99,7 @@ public:
*/
WebRtc_Word32 Encode(const VideoFrame& inputFrame,
const CodecSpecificInfo* codecSpecificInfo,
FrameType* frameType);
const FrameType frameType);
/**
* Set new target bit rate and frame rate
* Return Value: new bit rate if OK, otherwise <0s
@ -125,7 +125,7 @@ public:
WebRtc_Word32 SetPeriodicKeyFrames(bool enable);
WebRtc_Word32 RequestFrame(FrameType* frameTypes);
WebRtc_Word32 RequestFrame(const FrameType frameType);
bool InternalSource() const;