dv1394: Fix the internal clock even more
authorAndoni Morales Alastruey <amorales@flumotion.com>
Thu, 10 Jun 2010 10:04:38 +0000 (11:04 +0100)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 10 Jun 2010 10:04:38 +0000 (11:04 +0100)
commit2061fc0ccbd0c5f42d910133214ebd3d5f3dce42
tree7305186b29df98dac4969413bb7ce7adb622fb38
parent269686fe35933286d6df38318ae82cc3fd0d2e91
dv1394: Fix the internal clock even more

The cycleCount register is 13 bits long and the cycleOffset one
is 12 bits long. To read the cycleCount register we need to shift
12 bits and not 13. Fixes #615461
ext/raw1394/gst1394clock.c