mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Remove useless initializers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30441 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01a39f2fc3
commit
051d3210c7
@ -74,9 +74,9 @@ static snd_pcm_sw_params_t *alsa_swparams;
|
||||
|
||||
static size_t bytes_per_sample;
|
||||
|
||||
static int ao_noblock = 0;
|
||||
static int ao_noblock;
|
||||
|
||||
static int alsa_can_pause = 0;
|
||||
static int alsa_can_pause;
|
||||
|
||||
#define ALSA_DEVICE_SIZE 256
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user