Fix a misspelling of the flags name.

Change-Id: I0cd889ed3b31e722860c313536b01449746bd71c
This commit is contained in:
Kongqun Yang 2014-01-24 13:21:33 -08:00
parent 5b826ec637
commit f05040fa18
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ bool AddStreamToMuxer(const std::vector<MediaStream*>& streams, Muxer* muxer) {
DCHECK(muxer); DCHECK(muxer);
if (!FLAGS_video && !FLAGS_audio) { if (!FLAGS_video && !FLAGS_audio) {
LOG(ERROR) << "Required: add_video_stream or add_audio_stream."; LOG(ERROR) << "Required: --audio or --video.";
return false; return false;
} }