-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/sdk/objc/components/video_codec/nalu_rewriter.cc b/sdk/objc/components/video_codec/nalu_rewriter.cc | ||
index 301dd7f8c9..56442be6a7 100644 | ||
--- a/sdk/objc/components/video_codec/nalu_rewriter.cc | ||
+++ b/sdk/objc/components/video_codec/nalu_rewriter.cc | ||
@@ -481,7 +481,7 @@ public: | ||
bool bitstream_restriction_flag { false }; | ||
uint64_t max_num_reorder_frames { 0 }; | ||
}; | ||
- static absl::optional<State> Parse(const std::vector<uint8_t>& unpacked_buffer) | ||
+ static std::optional<State> Parse(const std::vector<uint8_t>& unpacked_buffer) | ||
{ | ||
BitstreamReader reader(unpacked_buffer); | ||
auto spsState = ParseSpsUpToVui(reader); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters