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

Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
borat@subsense.com 18 years ago committed by Nico Sabbi
parent 76aca7a8bf
commit 39a94d24f7
  1. 3
      ffmpeg.c

@ -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;

Loading…
Cancel
Save