| Index: webrtc/modules/video_coding/frame_object.cc
|
| diff --git a/webrtc/modules/video_coding/frame_object.cc b/webrtc/modules/video_coding/frame_object.cc
|
| index 663ea6f594f451f8b86fd3b944d065f7c3c8ee87..4c4537cb450fc28c68b005cef4a31da4420d7076 100644
|
| --- a/webrtc/modules/video_coding/frame_object.cc
|
| +++ b/webrtc/modules/video_coding/frame_object.cc
|
| @@ -93,7 +93,7 @@
|
| frame_type_ = first_packet->frameType;
|
| }
|
|
|
| - RTC_DCHECK(GetBitstream(_buffer));
|
| + GetBitstream(_buffer);
|
| _encodedWidth = first_packet->width;
|
| _encodedHeight = first_packet->height;
|
|
|
|
|