Merge pull request #378 from perexg/init-fix

Fix the missing ccerr initialization in ts_recv_packet0
This commit is contained in:
perexg 2014-05-05 21:21:18 +02:00
commit dd1d233f75

View file

@ -76,6 +76,7 @@ ts_recv_packet0
if (!st)
return;
ccerr = 0;
error = !!(tsb[1] & 0x80);
pusi = !!(tsb[1] & 0x40);