Skip to content

Remove unused configuration code

Sebastian Fricke requested to merge basti/cleanup-dead-code-sections into wave5-dev

In theory the bitstream mode should be configurable, but in fact the whole driver is hard coded to work with the interrupt mode. And in theory the endianness is configurable, but we have never tested this feature thus it would be unwise to push it untested to upstream. Remove the configure-ability and add comments asking for further explanation for hard-coded values.

These commits have passed the fluster test suites for HEVC and H264 on the decoder. An encoder test has been done and worked successfully. And v4l2-compliance + checkpatch don't report any regressions.

Merge request reports