mirror of
https://github.com/mpv-player/mpv
synced 2025-04-17 12:54:40 +00:00
10L fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7955 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4dc9465cb8
commit
b7ff8e8199
@ -580,7 +580,7 @@ static int get_capture_buffer_size(priv_t *priv)
|
||||
{
|
||||
int bufsize, cnt;
|
||||
|
||||
if (tv_param_buffer_size) {
|
||||
if (tv_param_buffer_size >= 0) {
|
||||
bufsize = tv_param_buffer_size*1024*1024;
|
||||
} else {
|
||||
#ifdef HAVE_SYS_SYSINFO_H
|
||||
|
Loading…
Reference in New Issue
Block a user