[Ffmpeg-cvslog] r6755 - trunk/ffmpeg.c
nicodvb
subversion
Sun Oct 22 11:12:09 CEST 2006
Author: nicodvb
Date: Sun Oct 22 11:12:08 2006
New Revision: 6755
Modified:
trunk/ffmpeg.c
Log:
support for sub-only streams; patch by borat subsense com
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Sun Oct 22 11:12:08 2006
@@ -3123,8 +3123,7 @@
}
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;
More information about the ffmpeg-cvslog
mailing list