Delete unused support for vp8 partitions.
This also makes it possible to drop the RTPFragmentationHeader from the class VCMEncodedFrame. BUG=None Review-Url: https://codereview.webrtc.org/2380933003 Cr-Commit-Position: refs/heads/master@{#14455}
This commit is contained in:
@ -96,8 +96,6 @@ class VCMEncodedFrame : protected EncodedImage {
|
||||
*/
|
||||
const CodecSpecificInfo* CodecSpecific() const { return &_codecSpecificInfo; }
|
||||
|
||||
const RTPFragmentationHeader* FragmentationHeader() const;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Verifies that current allocated buffer size is larger than or equal to the
|
||||
@ -118,7 +116,6 @@ class VCMEncodedFrame : protected EncodedImage {
|
||||
bool _missingFrame;
|
||||
CodecSpecificInfo _codecSpecificInfo;
|
||||
webrtc::VideoCodecType _codec;
|
||||
RTPFragmentationHeader _fragmentation;
|
||||
|
||||
// Video rotation is only set along with the last packet for each frame
|
||||
// (same as marker bit). This |_rotation_set| is only for debugging purpose
|
||||
|
||||
Reference in New Issue
Block a user