Commit 260dd07f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

dts: Initialize i_frame_size to a default value.

parent 72d74337
......@@ -581,7 +581,7 @@ static int SyncInfo( const uint8_t *p_buf,
unsigned int *pi_frame_length )
{
unsigned int i_audio_mode;
unsigned int i_frame_size;
unsigned int i_frame_size = 0;
/* 14 bits, little endian version of the bitstream */
if( p_buf[0] == 0xff && p_buf[1] == 0x1f &&
......
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