Rename fec_tables_xor.h -> fec_rate_table.h

This is a slightly more descriptive name, since we only have one type
of erasure code (XOR), and we only have one table.

BUG=None

Review-Url: https://codereview.webrtc.org/2625903004
Cr-Commit-Position: refs/heads/master@{#16032}
This commit is contained in:
brandtr
2017-01-12 06:16:24 -08:00
committed by Commit bot
parent 7f9c7d9b45
commit 71b1c1fc1d
3 changed files with 15 additions and 13 deletions

View File

@ -18,7 +18,7 @@ rtc_static_library("video_coding") {
"decoding_state.h",
"encoded_frame.cc",
"encoded_frame.h",
"fec_tables_xor.h",
"fec_rate_table.h",
"frame_buffer.cc",
"frame_buffer.h",
"frame_buffer2.cc",