oggstream: fix a few left shifts operations on 32 bits cast to 64 bits
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 10 Apr 2014 09:33:46 +0000 (10:33 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 10 Apr 2014 10:06:00 +0000 (11:06 +0100)
commit55f98974a88455b9e9a80efab7d8164777b46f7a
tree0ff98f349fc207b3fe0ddf1661058d8d10ae00d9
parent2c07c54b8a11784fc6119da02aa74f8ebf07cb4f
oggstream: fix a few left shifts operations on 32 bits cast to 64 bits

This should not cause any actual bug since Theora and Daala have
a maximum shift of 31, and a packet duration of 2^31 seems very
implausible. But it fixes:

Coverity 113980411398031139802
ext/ogg/gstoggstream.c