Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts input: cosmetic fix
  • Loading branch information
perexg committed Nov 6, 2015
1 parent 967ee3d commit 09b5144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/mpegts_input.c
Expand Up @@ -1185,9 +1185,9 @@ mpegts_input_process
if ((pid & 0x1FFF) != 0x1FFF)
++mmi->tii_stats.te;
}

pid &= 0x1FFF;

/* Ignore NUL packets */
if (pid == 0x1FFF) {
#if ENABLE_TSDEBUG
Expand Down

0 comments on commit 09b5144

Please sign in to comment.