Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: rkvdec: h264: Fix bit depth wrap in pps packet
The luma and chroma bit depth fields in the pps packet is 3 bits wide. 8 is wrongly added to the bit depth value written to these 3-bit fields. Because only the 3 LSB is written the hardware is configured correctly. Correct this by not adding 8 to the luma and chroma bit depth value. Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Ezequiel Garcia <[email protected]>
- Loading branch information