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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user