mpegtsbase: Fix bit operation
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 25 May 2012 12:15:44 +0000 (14:15 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 25 May 2012 12:16:59 +0000 (14:16 +0200)
commit12f24874aa0a96f570b02a4ba464c3d44ad579da
treee625d0d11ff1544bfceec3d940bc283b27524de3
parent150bdc729719ce73c875200f0abbc650caebef43
mpegtsbase: Fix bit operation

"a % 8" corresponds to "a & 0x7" (and not 0xf).

spotted by Julian Scheel
gst/mpegtsdemux/mpegtsbase.h