summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-23 21:58:29 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-23 21:58:29 +0000
commit79794b41c3250c54f1f180599a9b5fdf960bf1a4 (patch)
tree2533d81af72ec2a03efbfcdb103ecb60b4e09828 /help_mp-en.h
parentc5e56e6b0a6001f647398d07142475f946ee64bc (diff)
downloadmpv-79794b41c3250c54f1f180599a9b5fdf960bf1a4.tar.bz2
mpv-79794b41c3250c54f1f180599a9b5fdf960bf1a4.tar.xz
- put back SystemTooSlow message
- more tips for tooslow (ni vs cache) and buffer overflow (-ni) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6174 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index 402d4a9446..64f33a3a4e 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -112,6 +112,7 @@ static char help_text[]=
" with -framedrop ! Read DOCS/video.html for video tuning/speedup tips.\n"\
"- Slow cpu. don't try to playback big dvd/divx on slow cpu! try -hardframedrop\n"\
"- Broken file. try various combinations of these: -nobps -ni -mc 0 -forceidx\n"\
+"- You're using -cache to play a non-interleaved file? try with no cache...\n"\
"If none of these apply, then read DOCS/bugreports.html !\n\n"
#define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n"
@@ -145,7 +146,8 @@ static char help_text[]=
#define MSGTR_VideoStreamRedefined "Warning! video stream header %d redefined!\n"
#define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Too many (%d in %d bytes) audio packets in the buffer!\n"
#define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Too many (%d in %d bytes) video packets in the buffer!\n"
-#define MSGTR_MaybeNI "(maybe you play a non-interleaved stream/file or the codec failed)\n"
+#define MSGTR_MaybeNI "(maybe you play a non-interleaved stream/file or the codec failed)?\n" \
+ "For .AVI files, try to force non-interleaved mode with option -ni\n"
#define MSGTR_DetectedFILMfile "Detected FILM file format!\n"
#define MSGTR_DetectedFLIfile "Detected FLI file format!\n"
#define MSGTR_DetectedROQfile "Detected RoQ file format!\n"