mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
compilation fix
idea by Erik Augustson <erik_27can at yahoo dot com> and Ivan Kalvachev git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13525 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
276dc9b629
commit
88f23dbe9b
@ -352,6 +352,9 @@ int main(int argc, char** argv) {
|
||||
|
||||
//---- For libmpdemux
|
||||
|
||||
float stream_cache_prefill_percent=5.0;
|
||||
float stream_cache_min_percent=20.0;
|
||||
|
||||
#include <libmpdemux/demuxer.h>
|
||||
#include <libmpdemux/stheader.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user