Commit f3cb60bb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Auhal: fix signed comparison issue

(cherry picked from commit 7737c981fd792f22afeabedc651bd89a0ad1aabb)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f71db53b
......@@ -601,7 +601,7 @@ static int OpenSPDIF( audio_output_t * p_aout )
UInt32 i_param_size = 0, b_mix = 0;
Boolean b_writeable = false;
AudioStreamID *p_streams = NULL;
int i_streams = 0;
unsigned i_streams = 0;
/* Start doing the SPDIF setup proces */
p_sys->b_digital = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment