Delete VP8 feedback mode.
It depends on RTCP RPSI and SLI messages, which are being deleted. TBR=stefan@webrtc.org # TODO comments added to common_types.h BUG=webrtc:7338 Review-Url: https://codereview.webrtc.org/2753783002 Cr-Commit-Position: refs/heads/master@{#17314}
This commit is contained in:
@ -28,10 +28,6 @@ class RTPFragmentationHeader; // forward declaration
|
||||
// Note: if any pointers are added to this struct, it must be fitted
|
||||
// with a copy-constructor. See below.
|
||||
struct CodecSpecificInfoVP8 {
|
||||
bool hasReceivedSLI;
|
||||
uint8_t pictureIdSLI;
|
||||
bool hasReceivedRPSI;
|
||||
uint64_t pictureIdRPSI;
|
||||
int16_t pictureId; // Negative value to skip pictureId.
|
||||
bool nonReference;
|
||||
uint8_t simulcastIdx;
|
||||
@ -42,10 +38,6 @@ struct CodecSpecificInfoVP8 {
|
||||
};
|
||||
|
||||
struct CodecSpecificInfoVP9 {
|
||||
bool has_received_sli;
|
||||
uint8_t picture_id_sli;
|
||||
bool has_received_rpsi;
|
||||
uint64_t picture_id_rpsi;
|
||||
int16_t picture_id; // Negative value to skip pictureId.
|
||||
|
||||
bool inter_pic_predicted; // This layer frame is dependent on previously
|
||||
|
||||
Reference in New Issue
Block a user