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}
This commit is contained in:
Wan-Teh Chang
2015-05-28 13:45:28 -07:00
parent 92d9489881
commit 45b229cc89

View File

@ -41,7 +41,7 @@ public:
bool markerBit; bool markerBit;
FrameType frameType; FrameType frameType;
webrtc::VideoCodecType codec; VideoCodecType codec;
bool isFirstPacket; // Is this first packet in a frame. bool isFirstPacket; // Is this first packet in a frame.
VCMNaluCompleteness completeNALU; // Default is kNaluIncomplete. VCMNaluCompleteness completeNALU; // Default is kNaluIncomplete.