Commit 5fc177cd authored by nicodvb's avatar nicodvb

support for sub-only streams; patch by borat subsense com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6755 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 12688346
......@@ -3123,8 +3123,7 @@ static void opt_output_file(const char *filename)
}
if (!oc->nb_streams) {
fprintf(stderr, "No audio or video streams available\n");
exit(1);
fprintf(stderr, "Note: Output file will not contain a video or audio stream\n");
}
oc->timestamp = rec_timestamp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment