h264: fix max header size calculation with EPB.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Mar 2012 15:38:38 +0000 (16:38 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Mar 2012 15:47:39 +0000 (16:47 +0100)
commit40af05d32ab1bc4ae2796243f78a18487345f36a
treed33ef48a399bd4f4f1b31063823cd0203003136e
parent4bbfe67d2098f4f2aaeb3c5ab2cd930d2acb1c26
h264: fix max header size calculation with EPB.

... aka fix wrong patch applied. For the records, considering header
size without EPB is N, then the max header size with EPB is N * 3/2.
However, it's not possible to reach this value since that would mean
that slice_header() only contained zeroes.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/i965_decoder_utils.c