| Index: webrtc/modules/video_coding/generic_decoder.cc
|
| diff --git a/webrtc/modules/video_coding/generic_decoder.cc b/webrtc/modules/video_coding/generic_decoder.cc
|
| index 3b2a620e1209970083942febe42eb2024547af99..49e326bf156f617fb8353553ebf5484c505757f9 100644
|
| --- a/webrtc/modules/video_coding/generic_decoder.cc
|
| +++ b/webrtc/modules/video_coding/generic_decoder.cc
|
| @@ -189,7 +189,7 @@ VCMGenericDecoder::VCMGenericDecoder(VideoDecoder* decoder, bool isExternal)
|
| decoder_(decoder),
|
| _codecType(kVideoCodecUnknown),
|
| _isExternal(isExternal),
|
| - _last_keyframe_content_type(VideoContentType::UNSPECIFIED) {
|
| + _last_keyframe_content_type(VideoContentType::Unspecified()) {
|
| RTC_DCHECK(decoder_);
|
| }
|
|
|
|
|