Commit 39a94d24 authored by borat@subsense.com's avatar borat@subsense.com Committed by Nico Sabbi

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

Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 76aca7a8
......@@ -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