diff --git a/webrtc/modules/video_coding/main/source/packet.h b/webrtc/modules/video_coding/main/source/packet.h index d98b6f65c2..80bf532502 100644 --- a/webrtc/modules/video_coding/main/source/packet.h +++ b/webrtc/modules/video_coding/main/source/packet.h @@ -41,7 +41,7 @@ public: bool markerBit; FrameType frameType; - webrtc::VideoCodecType codec; + VideoCodecType codec; bool isFirstPacket; // Is this first packet in a frame. VCMNaluCompleteness completeNALU; // Default is kNaluIncomplete.