Skip to content
Snippets Groups Projects
Commit d461a473 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

Rearrange MpegEncContext to simplify access from asm


This moves the fields needed by asm near the top, before any
structs or other members which complicate the offset calculation.
Modifying other structs will no longer require updating the offsets,
and the asm code is slightly simpler due to the smaller offsets.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent a8f0814a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment