codec/h264/h264dec: create type for macroblock_layer() syntax structure

Issue #120 on hold
Saxon Milton created an issue

The fields for the macroblock_layer() syntax structure are embedded into the SliceData type (slice_data() syntax structure) but really it would be nicer to have these fields inside a type of there own: MacroblockLayer with a function to populates fields of a MacroblockLayer from a bits.BitReader.

Comments (2)

  1. Log in to comment