mirror of https://github.com/mpv-player/mpv
increase buffer size in immediate mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8023 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cb5056071d
commit
b7226c6c30
|
@ -59,7 +59,7 @@ static tvi_info_t info = {
|
|||
|
||||
#define MAX_AUDIO_CHANNELS 10
|
||||
|
||||
#define VID_BUF_SIZE_IMMEDIATE 2
|
||||
#define VID_BUF_SIZE_IMMEDIATE 3
|
||||
|
||||
typedef struct {
|
||||
/* general */
|
||||
|
|
Loading…
Reference in New Issue