From 45b229cc89e0f88f6ee330485b2efd59861566cd Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Thu, 28 May 2015 13:45:28 -0700 Subject: [PATCH] Remove an unnecessary webrtc:: namespace prefix. R=stefan@webrtc.org, niklas.enbom@webrtc.org BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/50129004 Cr-Commit-Position: refs/heads/master@{#9319} --- webrtc/modules/video_coding/main/source/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/video_coding/main/source/packet.h b/webrtc/modules/video_coding/main/source/packet.h index d98b6f65c..80bf53250 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.