aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/codecs/test/packet_manipulator.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-08 11:13:29 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-08 11:13:29 +0000
commit034f004a4fd07b04fc23cd8579b53616f98133a4 (patch)
treee5e50b848317b3e1e8f4cf30ad6fa1e596338e0f /webrtc/modules/video_coding/codecs/test/packet_manipulator.cc
parent2f44673d665899ca788ae44247a9a7f4764f5e2b (diff)
downloadwebrtc-034f004a4fd07b04fc23cd8579b53616f98133a4.tar.gz
WebRtc_Word32 => int32_t in video_coding/
BUG=314 Review URL: https://webrtc-codereview.appspot.com/1203008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3778 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/video_coding/codecs/test/packet_manipulator.cc')
-rw-r--r--webrtc/modules/video_coding/codecs/test/packet_manipulator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/video_coding/codecs/test/packet_manipulator.cc b/webrtc/modules/video_coding/codecs/test/packet_manipulator.cc
index acdb2e5ccf..7ac4c0aeaf 100644
--- a/webrtc/modules/video_coding/codecs/test/packet_manipulator.cc
+++ b/webrtc/modules/video_coding/codecs/test/packet_manipulator.cc
@@ -45,7 +45,7 @@ int PacketManipulatorImpl::ManipulatePackets(
packet_reader_->InitializeReading(encoded_image->_buffer,
encoded_image->_length,
config_.packet_size_in_bytes);
- WebRtc_UWord8* packet = NULL;
+ uint8_t* packet = NULL;
int nbr_bytes_to_read;
// keep track of if we've lost any packets, since then we shall loose
// the remains of the current frame: