Skip to content

mis ordering in index in HDR Parse #5

@ezerbib

Description

@ezerbib

(AuxPtr->Data.Byte[8] & 0xFF) |

mis ordering in index
should be

	DRMInfoFrame->display_primaries[1].x =
			(AuxPtr->Data.Byte[7] & 0xFF) |
			(AuxPtr->Data.Byte[8] << 8);

and so on
note another error

           DRMInfoFrame->display_primaries[2].y =
			(AuxPtr->Data.Byte[**14**] & 0xFF) |
			(AuxPtr->Data.Byte[**16**] << 8);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions