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:
@ -70,8 +70,7 @@ public:
|
||||
* Initialize the decoder with the information from the VideoCodec
|
||||
*/
|
||||
int32_t InitDecode(const VideoCodec* settings,
|
||||
int32_t numberOfCores,
|
||||
bool requireKeyFrame);
|
||||
int32_t numberOfCores);
|
||||
|
||||
/**
|
||||
* Decode to a raw I420 frame,
|
||||
@ -115,7 +114,6 @@ protected:
|
||||
VideoDecoder& _decoder;
|
||||
VideoCodecType _codecType;
|
||||
bool _isExternal;
|
||||
bool _requireKeyFrame;
|
||||
bool _keyFrameDecoded;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user