Don't force key frame when decoding with errors
BUG=2241 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2036004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4597 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -226,8 +226,8 @@ class VP8DecoderImpl : public VP8Decoder {
|
||||
int image_format_;
|
||||
vpx_ref_frame_t* ref_frame_;
|
||||
int propagation_cnt_;
|
||||
bool latest_keyframe_complete_;
|
||||
bool mfqe_enabled_;
|
||||
bool key_frame_required_;
|
||||
}; // end of VP8Decoder class
|
||||
} // namespace webrtc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user