Fix symbol RTPFILE_VERSION.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1084 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
772d70bcd2
commit
1b72fcd27b
@ -39,7 +39,7 @@
|
||||
#endif // defined(_DEBUG) && defined(_WIN32)
|
||||
|
||||
namespace webrtc {
|
||||
const WebRtc_Word8* RTPFILE_VERSION = "1.0";
|
||||
const WebRtc_Word8 RTPFILE_VERSION [] = "1.0";
|
||||
const WebRtc_UWord32 MAX_UWORD32 = 0xffffffff;
|
||||
|
||||
// This stucture is specified in the rtpdump documentation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user