]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mux.c
lavf/segment: increase logging level for message with segment start information
[ffmpeg] / libavformat / mux.c
index 79625c6547c44432622f3b71de20fdffa1e86a6b..f01b82b2ba47cea2b6e062a14763d77ccb0e0abb 100644 (file)
@@ -237,7 +237,7 @@ static int init_muxer(AVFormatContext *s, AVDictionary **options)
 
     // some sanity checks
     if (s->nb_streams == 0 && !(of->flags & AVFMT_NOSTREAMS)) {
-        av_log(s, AV_LOG_ERROR, "no streams\n");
+        av_log(s, AV_LOG_ERROR, "No streams to mux were specified\n");
         ret = AVERROR(EINVAL);
         goto fail;
     }