Landing for thakis. Original review here:

https://webrtc-codereview.appspot.com/667013/
Review URL: https://webrtc-codereview.appspot.com/701004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2522 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tommi@webrtc.org
2012-07-20 11:17:23 +00:00
parent 8495915442
commit a9da4c55ef
11 changed files with 14 additions and 19 deletions

View File

@ -67,7 +67,9 @@ private:
WebRtc_UWord8 _payloadType;
VideoCodecType _codecType;
bool _internalSource;
#ifdef DEBUG_ENCODER_BIT_STREAM
FILE* _bitStreamAfterEncoder;
#endif
};// end of VCMEncodeFrameCallback class