mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +01:00
Trying to quiet clang-tidy
Bug: webrtc:10138 Change-Id: Ie7f2449870f93753876bb587e24898a89efc405e Reviewed-on: https://webrtc-review.googlesource.com/c/120921 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26520}
This commit is contained in:
parent
a4ede424a5
commit
a1fae4b475
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SingleProcessEncodedImageIdInjector : public EncodedImageIdInjector,
|
|||
// original buffer.
|
||||
struct ExtractionInfo {
|
||||
// Frame sub id to distinguish encoded images for different spatial layers.
|
||||
uint8_t sub_id = 0;
|
||||
uint8_t sub_id;
|
||||
// Length of the origin buffer encoded image.
|
||||
size_t length;
|
||||
// Data from first 3 bytes of origin encoded image's payload.
|
||||
|
|
Loading…
Reference in a new issue