Commit aeb71956 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

REmove uninitialised variable.

parent af2b9b2c
......@@ -1228,8 +1228,6 @@ static int ReadCodecSpecificData( demux_t *p_demux, int i_len, int i_num )
if( fmt.i_codec != 0 )
{
int i;
msg_Dbg( p_demux, " - extra data=%d", fmt.i_extra );
tk = malloc( sizeof( real_track_t ) );
......
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