1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
Mans Rullgard 451b4b8635 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: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d461a4731781e492d83ef254f9c0fbd0ce6e47eb)
2011-01-30 03:41:47 +01:00
..
2010-04-12 20:45:33 +00:00
2010-03-08 19:59:54 +00:00
2010-02-09 16:13:52 +00:00
2010-08-05 19:45:57 +00:00
2010-09-14 17:11:51 +00:00
2010-06-22 19:17:41 +00:00
2010-07-01 23:21:42 +00:00
2010-03-08 19:59:54 +00:00
2010-04-22 21:19:32 +00:00