Commit 426e9e88 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: real: missing initializer (cid #1049014)

parent b18082ac
......@@ -1445,7 +1445,7 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data
int i_subpacket_h = 0;
int i_frame_size = 0;
int i_subpacket_size = 0;
char p_genr[4];
char p_genr[4] = {0,0,0,0};
int i_version = GetWBE( &p_data[4] );
int i_extra_codec = 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