Add video_encoder to default build
under the same conditions as video_replay. Drive-by: fix typos BUG=webrtc:15210 Change-Id: I6d288b2f7c8e2101192556eada6b28c82bfabf2f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/308723 Reviewed-by: Markus Handell <handellm@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Philipp Hancke <phancke@microsoft.com> Cr-Commit-Position: refs/heads/main@{#40355}
This commit is contained in:
parent
69998be21c
commit
e4e33b8ee3
1
BUILD.gn
1
BUILD.gn
@ -70,6 +70,7 @@ if (!build_with_chromium) {
|
|||||||
"pc:slow_peer_connection_unittests",
|
"pc:slow_peer_connection_unittests",
|
||||||
"pc:svc_tests",
|
"pc:svc_tests",
|
||||||
"rtc_tools:rtp_generator",
|
"rtc_tools:rtp_generator",
|
||||||
|
"rtc_tools:video_encoder",
|
||||||
"rtc_tools:video_replay",
|
"rtc_tools:video_replay",
|
||||||
"stats:rtc_stats_unittests",
|
"stats:rtc_stats_unittests",
|
||||||
"system_wrappers:system_wrappers_unittests",
|
"system_wrappers:system_wrappers_unittests",
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
ABSL_FLAG(std::string,
|
ABSL_FLAG(std::string,
|
||||||
video_codec,
|
video_codec,
|
||||||
"",
|
"",
|
||||||
"Sepcify codec of video encoder: vp8, vp9, h264, av1");
|
"Specify codec of video encoder: vp8, vp9, h264, av1");
|
||||||
ABSL_FLAG(std::string,
|
ABSL_FLAG(std::string,
|
||||||
scalability_mode,
|
scalability_mode,
|
||||||
"L1T1",
|
"L1T1",
|
||||||
"Sepcify scalability mode of video encoder");
|
"Specify scalability mode of video encoder");
|
||||||
|
|
||||||
ABSL_FLAG(uint32_t,
|
ABSL_FLAG(uint32_t,
|
||||||
raw_frame_generator,
|
raw_frame_generator,
|
||||||
0,
|
0,
|
||||||
"Sepcify SquareFrameGenerator or SlideGenerator.\n"
|
"Specify SquareFrameGenerator or SlideGenerator.\n"
|
||||||
"0: SquareFrameGenerator, 1: SlideGenerator");
|
"0: SquareFrameGenerator, 1: SlideGenerator");
|
||||||
ABSL_FLAG(uint32_t, width, 1280, "Sepcify width of video encoder");
|
ABSL_FLAG(uint32_t, width, 1280, "Specify width of video encoder");
|
||||||
ABSL_FLAG(uint32_t, height, 720, "Specify height of video encoder");
|
ABSL_FLAG(uint32_t, height, 720, "Specify height of video encoder");
|
||||||
|
|
||||||
ABSL_FLAG(std::string,
|
ABSL_FLAG(std::string,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user