forked from FFmpeg/FFmpeg
support for sub-only streams; patch by borat subsense com
Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
76aca7a8bf
commit
39a94d24f7
1 changed files with 1 additions and 2 deletions
3
ffmpeg.c
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…
Add table
Reference in a new issue