summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-13 16:04:16 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-13 16:04:16 +0000
commit408cf7a6bbe0cedcfb691e223621426a3feeafd0 (patch)
tree40281525643587915fa8db56880fbbd8268f19c2 /help_mp-en.h
parenta7e52eeece2d11c732b3007a5073f0df81f04737 (diff)
downloadmpv-408cf7a6bbe0cedcfb691e223621426a3feeafd0.tar.bz2
mpv-408cf7a6bbe0cedcfb691e223621426a3feeafd0.tar.xz
messages moved from dec_??d?o.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6990 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index 9b016d183c..b548855c83 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -283,6 +283,21 @@ static char help_text[]=
#define MSGTR_AC3only48k "Only 48000 Hz streams supported.\n"
#define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n"
+#define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n"
+#define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n"
+#define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n"
+#define MSGTR_VideoCodecFamilyNotAvailable "Requested video codec family [%s] (vfm=%d) not available (enable it at compile time!)\n"
+#define MSGTR_AudioCodecFamilyNotAvailable "Requested audio codec family [%s] (afm=%d) not available (enable it at compile time!)\n"
+#define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"
+#define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"
+#define MSGTR_UninitVideo "uninit video: %d \n"
+#define MSGTR_UninitAudio "uninit audio: %d \n"
+#define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"
+#define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n"
+#define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n"
+#define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer\n"
+#define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer\n"
+
// LIRC:
#define MSGTR_SettingUpLIRC "Setting up lirc support...\n"
#define MSGTR_LIRCdisabled "You won't be able to use your remote control\n"