[FFmpeg-devel] [PATCH 3/4] avcodec/codec: Reorder elements to make AVCodec smaller

Nicolas George george at nsup.org
Wed Aug 4 20:03:25 EEST 2021


Hendrik Leppkes (12021-08-04):
> This seems rather drastic for a change with barely any noticeable
> improvement. I would rather see elements properly grouped by their
> semantics as makes sense, rather than arbitrarily by size.
> Related elements appearing together in the header is overall a more
> important part for readability of the headers, then a few bytes saved.

It seems drastic, but it is not really: almost all the fields are
pointers, we can group them any way we want.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210804/214c0f61/attachment.sig>


More information about the ffmpeg-devel mailing list