Commit 7d1b5361 authored by Jean-Paul Saman's avatar Jean-Paul Saman

sis: dvbpsi_sis_cmd_time_signal_decode() initialize i_pts_time

parent 8fb730fd
...@@ -752,7 +752,7 @@ static dvbpsi_sis_cmd_time_signal_t * ...@@ -752,7 +752,7 @@ static dvbpsi_sis_cmd_time_signal_t *
} }
bool b_time_specified = false; bool b_time_specified = false;
uint64_t i_pts_time; uint64_t i_pts_time = 0;
if ((p_data[0] & 0x80) == 0x80) if ((p_data[0] & 0x80) == 0x80)
{ {
if (i_length < 5) if (i_length < 5)
......
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