Remove framemarking RTP extension.
BUG=webrtc:11637 Change-Id: I47f8e22473429c9762956444e27cfbafb201b208 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176442 Commit-Queue: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31522}
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
#include "api/rtp_headers.h"
|
||||
#include "api/video/color_space.h"
|
||||
#include "api/video/video_content_type.h"
|
||||
#include "api/video/video_frame_marking.h"
|
||||
#include "api/video/video_rotation.h"
|
||||
#include "api/video/video_timing.h"
|
||||
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
||||
@ -217,23 +216,6 @@ class VideoTimingExtension {
|
||||
uint8_t offset);
|
||||
};
|
||||
|
||||
class FrameMarkingExtension {
|
||||
public:
|
||||
using value_type = FrameMarking;
|
||||
static constexpr RTPExtensionType kId = kRtpExtensionFrameMarking;
|
||||
static constexpr const char kUri[] =
|
||||
"http://tools.ietf.org/html/draft-ietf-avtext-framemarking-07";
|
||||
|
||||
static bool Parse(rtc::ArrayView<const uint8_t> data,
|
||||
FrameMarking* frame_marking);
|
||||
static size_t ValueSize(const FrameMarking& frame_marking);
|
||||
static bool Write(rtc::ArrayView<uint8_t> data,
|
||||
const FrameMarking& frame_marking);
|
||||
|
||||
private:
|
||||
static bool IsScalable(uint8_t temporal_id, uint8_t layer_id);
|
||||
};
|
||||
|
||||
class ColorSpaceExtension {
|
||||
public:
|
||||
using value_type = ColorSpace;
|
||||
|
||||
Reference in New Issue
Block a user