Fix bug in neteq_quality_test
Insert first packet before calling to decode. Bug: webrtc:10690 Change-Id: I721b7af0506f0dbaf4fa2ed6a9ba6a87250d08f1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139103 Reviewed-by: Minyue Li <minyue@webrtc.org> Commit-Queue: Pablo Barrera González <barrerap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28149}
This commit is contained in:
committed by
Commit Bot
parent
90bc1e1bad
commit
c8501f7ae3
@ -86,7 +86,7 @@ WEBRTC_DEFINE_int(
|
||||
WEBRTC_DEFINE_float(drift_factor, 0.0, "Time drift factor.");
|
||||
|
||||
WEBRTC_DEFINE_int(preload_packets,
|
||||
0,
|
||||
1,
|
||||
"Preload the buffer with this many packets.");
|
||||
|
||||
WEBRTC_DEFINE_string(
|
||||
|
||||
Reference in New Issue
Block a user