Commit d5a10c74 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: wav: debug print waveformatex guid

parent 39cafcda
......@@ -215,6 +215,8 @@ static int Open( vlc_object_t * p_this )
sf_tag_to_fourcc( &guid_subformat, &p_sys->fmt.i_codec, &psz_name );
msg_Dbg( p_demux, "extensible format guid " GUID_FMT, GUID_PRINT(guid_subformat) );
i_extended = sizeof( WAVEFORMATEXTENSIBLE ) - sizeof( WAVEFORMATEX );
p_sys->fmt.i_extra -= i_extended;
......
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