Commit f3c83b01 authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/vorbis.c: uninitialized variable.

parent 804e7ac4
......@@ -207,6 +207,7 @@ static int OpenDecoder( vlc_object_t *p_this )
/* Misc init */
aout_DateSet( &p_sys->end_date, 0 );
p_sys->i_last_block_size = 0;
p_sys->b_packetizer = VLC_FALSE;
p_sys->i_headers = 0;
......
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