Commit 20170b64 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Wav: unused variable

parent e4e3f1eb
...@@ -222,9 +222,10 @@ static int Open( vlc_object_t * p_this ) ...@@ -222,9 +222,10 @@ static int Open( vlc_object_t * p_this )
static const uint32_t pi_pair[] = { AOUT_CHAN_REARLEFT|AOUT_CHAN_REARRIGHT, static const uint32_t pi_pair[] = { AOUT_CHAN_REARLEFT|AOUT_CHAN_REARRIGHT,
AOUT_CHAN_MIDDLELEFT|AOUT_CHAN_MIDDLERIGHT, AOUT_CHAN_MIDDLELEFT|AOUT_CHAN_MIDDLERIGHT,
AOUT_CHAN_LEFT|AOUT_CHAN_RIGHT }; AOUT_CHAN_LEFT|AOUT_CHAN_RIGHT };
/* FIXME: Unused yet
static const uint32_t pi_center[] = { AOUT_CHAN_REARCENTER, static const uint32_t pi_center[] = { AOUT_CHAN_REARCENTER,
0, 0,
AOUT_CHAN_CENTER }; AOUT_CHAN_CENTER }; */
/* Try to complete with pair */ /* Try to complete with pair */
for( unsigned i = 0; i < sizeof(pi_pair)/sizeof(*pi_pair); i++ ) for( unsigned i = 0; i < sizeof(pi_pair)/sizeof(*pi_pair); i++ )
......
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