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

Unified Diff: webrtc/modules/audio_coding/neteq/packet_buffer.h

Issue 2326953003: Added a ParsePayload method to AudioDecoder. (Closed)
Patch Set: Created 4 years, 3 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/packet_buffer.h
diff --git a/webrtc/modules/audio_coding/neteq/packet_buffer.h b/webrtc/modules/audio_coding/neteq/packet_buffer.h
index be2ecebaa379f871bcddd4da97fc3714cbdb43a3..a798704b7e3a63bd2db38e4edcec396693bbaf2a 100644
--- a/webrtc/modules/audio_coding/neteq/packet_buffer.h
+++ b/webrtc/modules/audio_coding/neteq/packet_buffer.h
@@ -115,8 +115,7 @@ class PacketBuffer {
// Returns the number of samples in the buffer, including samples carried in
// duplicate and redundant packets.
- virtual size_t NumSamplesInBuffer(DecoderDatabase* decoder_database,
- size_t last_decoded_length) const;
+ virtual size_t NumSamplesInBuffer(size_t last_decoded_length) const;
virtual void BufferStat(int* num_packets, int* max_num_packets) const;

Powered by Google App Engine
This is Rietveld 408576698