1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

upller limit increased, sblive works up to 192khz

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@979 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-06-03 23:36:47 +00:00
parent 3d0c25d6a6
commit 99e963fece

View File

@ -103,7 +103,7 @@ struct config conf[]={
// {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0},
{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 96001},
{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000+1},
{"afm", &audio_format, CONF_TYPE_INT, CONF_RANGE, 1, 6},
{"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1},
{"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0},