nalutils: Fix Exponential-Golomb 'ue' parsing
authorEdward Hervey <edward@centricular.com>
Tue, 2 Jan 2018 14:23:00 +0000 (15:23 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 2 Jan 2018 14:37:32 +0000 (15:37 +0100)
commit7ecb3dc91794984723b90cb29b4732aa671dd848
tree532b320c7a4638cb0fef581a6b079d642fb4e230
parente6fe51a3accd22d23a51c3a8c647e2f72ea2bbba
nalutils: Fix Exponential-Golomb 'ue' parsing

The algorithm we use only supports up to a maximum exponent of 31
(for a maximum resulting of 2**32 -1)

CID #1427097
gst-libs/gst/codecparsers/nalutils.c