Fix the missing ccerr initialization in ts_recv_packet0

This commit is contained in:
Jaroslav Kysela 2014-04-23 17:03:39 +02:00
parent e113c3bc22
commit 31c5b3cc3d

View file

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