diff --git a/BUILD.gn b/BUILD.gn index a13df86db3..47476e4525 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -70,6 +70,7 @@ if (!build_with_chromium) { "pc:slow_peer_connection_unittests", "pc:svc_tests", "rtc_tools:rtp_generator", + "rtc_tools:video_encoder", "rtc_tools:video_replay", "stats:rtc_stats_unittests", "system_wrappers:system_wrappers_unittests", diff --git a/rtc_tools/video_encoder/video_encoder.cc b/rtc_tools/video_encoder/video_encoder.cc index 9f0100e2d0..4c8835ca4c 100644 --- a/rtc_tools/video_encoder/video_encoder.cc +++ b/rtc_tools/video_encoder/video_encoder.cc @@ -28,18 +28,18 @@ ABSL_FLAG(std::string, video_codec, "", - "Sepcify codec of video encoder: vp8, vp9, h264, av1"); + "Specify codec of video encoder: vp8, vp9, h264, av1"); ABSL_FLAG(std::string, scalability_mode, "L1T1", - "Sepcify scalability mode of video encoder"); + "Specify scalability mode of video encoder"); ABSL_FLAG(uint32_t, raw_frame_generator, 0, - "Sepcify SquareFrameGenerator or SlideGenerator.\n" + "Specify SquareFrameGenerator or SlideGenerator.\n" "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(std::string,