Logic for finding frame references moved from PacketBuffer to new class

RtpFrameReferenceFinder.

BUG=webrtc:5514

Review-Url: https://codereview.webrtc.org/1961053002
Cr-Commit-Position: refs/heads/master@{#12725}
This commit is contained in:
philipel
2016-05-13 06:01:03 -07:00
committed by Commit bot
parent 4d02a358b4
commit 02447bc408
9 changed files with 705 additions and 601 deletions

View File

@ -54,6 +54,8 @@ source_set("video_coding") {
"percentile_filter.h",
"receiver.cc",
"receiver.h",
"rtp_frame_reference_finder.cc",
"rtp_frame_reference_finder.h",
"rtt_filter.cc",
"rtt_filter.h",
"session_info.cc",