summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorborat@subsense.com <borat@subsense.com>2006-10-22 09:12:08 +0000
committerNico Sabbi <nicola.sabbi@poste.it>2006-10-22 09:12:08 +0000
commit39a94d24f7e7a71f13faf51856d5b13f5db239eb (patch)
tree02d6e8c18b638c43fab2515464c2fb0d9c318b23 /ffmpeg.c
parent76aca7a8bfa4d050e1e88245bbbb324665d43691 (diff)
support for sub-only streams; patch by borat subsense com
Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 23900708b7..89bba27e04 100644
--- a/ffmpeg.c
+++ b/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;