summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-20 21:49:49 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-20 21:49:49 +0000
commitdfd0190a6df68a8c595da032df6c9e38a3164afd (patch)
tree62599b5231cb5694203bbcf9860bbd7435c0e1c0 /help/help_mp-en.h
parent3b97b07397ce9213adca9d0819a5a01648201369 (diff)
downloadmpv-dfd0190a6df68a8c595da032df6c9e38a3164afd.tar.bz2
mpv-dfd0190a6df68a8c595da032df6c9e38a3164afd.tar.xz
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23028 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index e5d53db57f..89c68bc3fc 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"