]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix the missing ccerr initialization in ts_recv_packet0 378/head
authorJaroslav Kysela <perex@perex.cz>
Wed, 23 Apr 2014 15:03:39 +0000 (17:03 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 23 Apr 2014 15:03:39 +0000 (17:03 +0200)
src/input/mpegts/tsdemux.c

index 5010e45604c9c52f14bc358a87cc26e0cd00c29c..06b4ee2f01ba757c919f8f042568747d34261ab5 100644 (file)
@@ -76,6 +76,7 @@ ts_recv_packet0
   if (!st)
     return;
 
+  ccerr = 0;
   error = !!(tsb[1] & 0x80);
   pusi  = !!(tsb[1] & 0x40);