mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 15:22:09 +00:00
-cache added as default (8192)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f3a5ad7295
commit
dd3e0fa410
@ -120,6 +120,8 @@ framedrop = igen # k
|
||||
# vfm = 5 # libavcodec család használata (pl nyitott forráskódú
|
||||
# DivX.. Főleg nem-x86 gépeken ajánlott)
|
||||
|
||||
cache = 8192 # 8Mb-os input cache
|
||||
|
||||
##
|
||||
## Esetleges következő feldolgozandó config-file
|
||||
## Teljes útvonal kell!
|
||||
|
@ -131,6 +131,8 @@ framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
|
||||
# opensource DivX for example.. So preferred default on
|
||||
# non-x86 boxes)
|
||||
|
||||
cache = 8192 # use 8Mb input cache by default
|
||||
|
||||
##
|
||||
## You can also include other configfiles
|
||||
## Specify full path!
|
||||
|
Loading…
Reference in New Issue
Block a user