Fixed compiler warning

Review URL: https://webrtc-codereview.appspot.com/624005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2339 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org 2012-06-01 08:56:42 +00:00
parent 29c5a2335c
commit c2722a0e68

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
* *
* Use of this source code is governed by a BSD-style license * Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source * that can be found in the LICENSE file in the root of the source
@ -20,7 +20,7 @@ namespace webrtc {
enum {RTP_ONE_BYTE_HEADER_EXTENSION = 0xbede}; enum {RTP_ONE_BYTE_HEADER_EXTENSION = 0xbede};
enum ExtensionLength { enum {
RTP_ONE_BYTE_HEADER_LENGTH_IN_BYTES = 4, RTP_ONE_BYTE_HEADER_LENGTH_IN_BYTES = 4,
TRANSMISSION_TIME_OFFSET_LENGTH_IN_BYTES = 4 TRANSMISSION_TIME_OFFSET_LENGTH_IN_BYTES = 4
}; };