changeset 33184:02da483d5625

demux_ts: Hint at -tsprobe option when no audio stream is found. patch by Godmar Back, godmar gmail com
author diego
date Tue, 19 Apr 2011 08:23:15 +0000
parents d676ffcbc45f
children ac160b1f1401
files libmpdemux/demux_ts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_ts.c	Tue Apr 19 07:32:36 2011 +0000
+++ b/libmpdemux/demux_ts.c	Tue Apr 19 08:23:15 2011 +0000
@@ -899,7 +899,7 @@
 		audio_found = 0;
 		param->atype = UNKNOWN;
 		//WE DIDN'T MATCH ANY AUDIO STREAM, SO WE FORCE THE DEMUXER TO IGNORE AUDIO
-		mp_msg(MSGT_DEMUXER, MSGL_INFO, "NO AUDIO! ");
+		mp_msg(MSGT_DEMUXER, MSGL_INFO, "NO AUDIO! (try increasing -tsprobe)");
 	}
 
 	if(IS_SUB(param->stype))