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:
@ -55,7 +55,7 @@ class SingleProcessEncodedImageIdInjector : public EncodedImageIdInjector,
|
|||||||
// original buffer.
|
// original buffer.
|
||||||
struct ExtractionInfo {
|
struct ExtractionInfo {
|
||||||
// Frame sub id to distinguish encoded images for different spatial layers.
|
// 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.
|
// Length of the origin buffer encoded image.
|
||||||
size_t length;
|
size_t length;
|
||||||
// Data from first 3 bytes of origin encoded image's payload.
|
// Data from first 3 bytes of origin encoded image's payload.
|
||||||
|
Reference in New Issue
Block a user