Commit 8d972f86 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fixes a compiler warning

parent bfb66860
...@@ -168,7 +168,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -168,7 +168,7 @@ static int Open( vlc_object_t * p_this )
if( GetWLE( &p_wf->wFormatTag ) == WAVE_FORMAT_EXTENSIBLE && if( GetWLE( &p_wf->wFormatTag ) == WAVE_FORMAT_EXTENSIBLE &&
i_size >= sizeof( WAVEFORMATEXTENSIBLE ) ) i_size >= sizeof( WAVEFORMATEXTENSIBLE ) )
{ {
int i, i_channel_mask; unsigned i, i_channel_mask;
GUID guid_subformat; GUID guid_subformat;
guid_subformat = p_wf_ext->SubFormat; guid_subformat = p_wf_ext->SubFormat;
......
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