mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
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
3
ffmpeg.c
3
ffmpeg.c
@ -3123,8 +3123,7 @@ static void opt_output_file(const char *filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!oc->nb_streams) {
|
if (!oc->nb_streams) {
|
||||||
fprintf(stderr, "No audio or video streams available\n");
|
fprintf(stderr, "Note: Output file will not contain a video or audio stream\n");
|
||||||
exit(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
oc->timestamp = rec_timestamp;
|
oc->timestamp = rec_timestamp;
|
||||||
|
Loading…
Reference in New Issue
Block a user