Setting correct stride for VP8 encoder
BUG=1137 Review URL: https://webrtc-codereview.appspot.com/929024 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3140 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -108,8 +108,7 @@ class VP8EncoderImpl : public VP8Encoder {
|
||||
int InitAndSetControlSettings(const VideoCodec* inst);
|
||||
|
||||
// Update frame size for codec.
|
||||
int UpdateCodecFrameSize(WebRtc_UWord32 input_image_width,
|
||||
WebRtc_UWord32 input_image_height);
|
||||
int UpdateCodecFrameSize(const I420VideoFrame& input_image);
|
||||
|
||||
void PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
|
||||
const vpx_codec_cx_pkt& pkt,
|
||||
|
Reference in New Issue
Block a user