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

Unified Diff: webrtc/modules/audio_coding/neteq/tools/packet.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/packet.h
diff --git a/webrtc/modules/audio_coding/neteq/tools/packet.h b/webrtc/modules/audio_coding/neteq/tools/packet.h
index d150805579009c3bcb257f978c4ad5fa3a938aeb..5d78ffa8f559aee4d09a5cc85bf973db377f6b63 100644
--- a/webrtc/modules/audio_coding/neteq/tools/packet.h
+++ b/webrtc/modules/audio_coding/neteq/tools/packet.h
@@ -21,7 +21,6 @@
namespace webrtc {
class RtpHeaderParser;
-struct WebRtcRTPHeader;
namespace test {
@@ -90,10 +89,6 @@ class Packet {
const RTPHeader& header() const { return header_; }
- // Copies the packet header information, converting from the native RTPHeader
- // type to WebRtcRTPHeader.
- void ConvertHeader(WebRtcRTPHeader* copy_to) const;
-
void set_time_ms(double time) { time_ms_ = time; }
double time_ms() const { return time_ms_; }
bool valid_header() const { return valid_header_; }
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tools/neteq_test.cc ('k') | webrtc/modules/audio_coding/neteq/tools/packet.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698