aboutsummaryrefslogtreecommitdiff
path: root/common_video/h264/h264_bitstream_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'common_video/h264/h264_bitstream_parser.h')
-rw-r--r--common_video/h264/h264_bitstream_parser.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common_video/h264/h264_bitstream_parser.h b/common_video/h264/h264_bitstream_parser.h
index 48190665f0..05427825ac 100644
--- a/common_video/h264/h264_bitstream_parser.h
+++ b/common_video/h264/h264_bitstream_parser.h
@@ -31,11 +31,6 @@ class H264BitstreamParser : public BitstreamParser {
H264BitstreamParser();
~H264BitstreamParser() override;
- // These are here for backwards-compatability for the time being.
- void ParseBitstream(const uint8_t* bitstream, size_t length);
- bool GetLastSliceQp(int* qp) const;
-
- // New interface.
void ParseBitstream(rtc::ArrayView<const uint8_t> bitstream) override;
absl::optional<int> GetLastSliceQp() const override;