[MPlayer-DOCS] r23028 - in trunk: help/help_mp-en.h libmpdemux/asfheader.c libmpdemux/aviheader.c libmpdemux/demux_lavf.c libmpdemux/demux_mov.c libmpdemux/demux_nut.c libmpdemux/demux_real.c
nicodvb
subversion at mplayerhq.hu
Fri Apr 20 23:49:50 CEST 2007
Author: nicodvb
Date: Fri Apr 20 23:49:49 2007
New Revision: 23028
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/libmpdemux/asfheader.c
trunk/libmpdemux/aviheader.c
trunk/libmpdemux/demux_lavf.c
trunk/libmpdemux/demux_mov.c
trunk/libmpdemux/demux_nut.c
trunk/libmpdemux/demux_real.c
Log:
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h (original)
+++ trunk/help/help_mp-en.h Fri Apr 20 23:49:49 2007
@@ -634,6 +634,10 @@ static char help_text[]=
#define MSGTR_NoBindFound "No bind found for key '%s'."
#define MSGTR_FailedToOpen "Failed to open %s.\n"
+#define MSGTR_VideoID "[%s] Video stream found, -vid %d\n"
+#define MSGTR_AudioID "[%s] Audio stream found, -aid %d\n"
+#define MSGTR_SubtitleID "[%s] Subtitle stream found, -sid %d\n"
+
// dec_video.c & dec_audio.c:
#define MSGTR_CantOpenCodec "Could not open codec.\n"
#define MSGTR_CantCloseCodec "Could not close codec.\n"
More information about the MPlayer-DOCS
mailing list