Index: webrtc/modules/video_coding/main/source/frame_buffer.cc |
diff --git a/webrtc/modules/video_coding/main/source/frame_buffer.cc b/webrtc/modules/video_coding/main/source/frame_buffer.cc |
index 8bd375893d96c1f505682951c683e4b9a8d8d033..82a755ab4f4a8f97230786019359027353c4dca8 100644 |
--- a/webrtc/modules/video_coding/main/source/frame_buffer.cc |
+++ b/webrtc/modules/video_coding/main/source/frame_buffer.cc |
@@ -154,7 +154,7 @@ VCMFrameBuffer::InsertPacket(const VCMPacket& packet, |
// frame (I-frame or IDR frame in H.264 (AVC), or an IRAP picture in H.265 |
// (HEVC)). |
if (packet.markerBit) { |
- DCHECK(!_rotation_set); |
+ RTC_DCHECK(!_rotation_set); |
_rotation = packet.codecSpecificHeader.rotation; |
_rotation_set = true; |
} |