diff options
author | borat@subsense.com <borat@subsense.com> | 2006-10-22 09:12:08 +0000 |
---|---|---|
committer | Nico Sabbi <nicola.sabbi@poste.it> | 2006-10-22 09:12:08 +0000 |
commit | 39a94d24f7e7a71f13faf51856d5b13f5db239eb (patch) | |
tree | 02d6e8c18b638c43fab2515464c2fb0d9c318b23 /ffmpeg.c | |
parent | 76aca7a8bfa4d050e1e88245bbbb324665d43691 (diff) | |
download | ffmpeg-39a94d24f7e7a71f13faf51856d5b13f5db239eb.tar.gz |
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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |