Fix a misspelling of the flags name.
Change-Id: I0cd889ed3b31e722860c313536b01449746bd71c
This commit is contained in:
parent
5b826ec637
commit
f05040fa18
|
@ -125,7 +125,7 @@ bool AddStreamToMuxer(const std::vector<MediaStream*>& streams, Muxer* muxer) {
|
|||
DCHECK(muxer);
|
||||
|
||||
if (!FLAGS_video && !FLAGS_audio) {
|
||||
LOG(ERROR) << "Required: add_video_stream or add_audio_stream.";
|
||||
LOG(ERROR) << "Required: --audio or --video.";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue