Index: webrtc/modules/video_coding/main/source/encoded_frame.cc |
diff --git a/webrtc/modules/video_coding/main/source/encoded_frame.cc b/webrtc/modules/video_coding/main/source/encoded_frame.cc |
index 92d2cd003dd425cfd3298fa63608634001299a4d..d86704d63244194a82de09ad6aacbd9cd651e66f 100644 |
--- a/webrtc/modules/video_coding/main/source/encoded_frame.cc |
+++ b/webrtc/modules/video_coding/main/source/encoded_frame.cc |
@@ -89,7 +89,7 @@ void VCMEncodedFrame::Reset() |
_renderTimeMs = -1; |
_timeStamp = 0; |
_payloadType = 0; |
- _frameType = kDeltaFrame; |
+ _frameType = kVideoFrameDelta; |
_encodedWidth = 0; |
_encodedHeight = 0; |
_completeFrame = false; |