summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorcladisch <cladisch@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-24 07:32:25 +0000
committercladisch <cladisch@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-24 07:32:25 +0000
commitf17ed524321ce1e29016b0e50cb3147c22bb0705 (patch)
treeb164e932e80e68c8dc635c859a896b5433bb3b79 /help
parentec7e2695a658858e2f285320379fc548527a421d (diff)
downloadmpv-f17ed524321ce1e29016b0e50cb3147c22bb0705.tar.bz2
mpv-f17ed524321ce1e29016b0e50cb3147c22bb0705.tar.xz
Use a buffer of about half a second, instead of sizing it to have
a constant number of frames. This improves the behaviour at very small or large sample rates, and gets rid of lots of obsolete code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29549 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 77d7bad685..eff14f4b9e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1278,10 +1278,7 @@ static const char help_text[]=
#define MSGTR_AO_ALSA_UnableToDisableResampling "[AO_ALSA] Unable to disable resampling: %s\n"
#define MSGTR_AO_ALSA_UnableToSetSamplerate2 "[AO_ALSA] Unable to set samplerate-2: %s\n"
#define MSGTR_AO_ALSA_UnableToSetBufferTimeNear "[AO_ALSA] Unable to set buffer time near: %s\n"
-#define MSGTR_AO_ALSA_UnableToSetPeriodTime "[AO_ALSA] Unable to set period time: %s\n"
-#define MSGTR_AO_ALSA_BufferTimePeriodTime "[AO_ALSA] buffer_time: %d, period_time :%d\n"
#define MSGTR_AO_ALSA_UnableToGetPeriodSize "[AO ALSA] Unable to get period size: %s\n"
-#define MSGTR_AO_ALSA_UnableToSetPeriodSize "[AO ALSA] Unable to set period size(%ld): %s\n"
#define MSGTR_AO_ALSA_UnableToSetPeriods "[AO_ALSA] Unable to set periods: %s\n"
#define MSGTR_AO_ALSA_UnableToSetHwParameters "[AO_ALSA] Unable to set hw-parameters: %s\n"
#define MSGTR_AO_ALSA_UnableToGetBufferSize "[AO_ALSA] Unable to get buffersize: %s\n"