Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: webrtc/modules/audio_coding/neteq/tools/neteq_input.h

Issue 2809153002: Change from WebRtcRTPHeader to RTPHeader in NetEq tests and tools (Closed)
Patch Set: Fixing neteq_rtp_fuzzer Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/neteq/tools/neteq_input.h
diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_input.h b/webrtc/modules/audio_coding/neteq/tools/neteq_input.h
index be08a791a81e3168ad680040f30135aedca174c4..3bb64a6ca0bd8bdf65bb7c188018cc1fce445659 100644
--- a/webrtc/modules/audio_coding/neteq/tools/neteq_input.h
+++ b/webrtc/modules/audio_coding/neteq/tools/neteq_input.h
@@ -16,9 +16,9 @@
#include "webrtc/base/buffer.h"
#include "webrtc/base/optional.h"
+#include "webrtc/common_types.h"
#include "webrtc/modules/audio_coding/neteq/tools/packet.h"
#include "webrtc/modules/audio_coding/neteq/tools/packet_source.h"
-#include "webrtc/modules/include/module_common_types.h"
namespace webrtc {
namespace test {
@@ -27,7 +27,7 @@ namespace test {
class NetEqInput {
public:
struct PacketData {
- WebRtcRTPHeader header;
+ RTPHeader header;
rtc::Buffer payload;
double time_ms;
};

Powered by Google App Engine
This is Rietveld 408576698