[FFmpeg-devel] [PATCH] Make img_tags fall into .rodata
Reimar Döffinger
Reimar.Doeffinger
Fri May 2 18:47:36 CEST 2008
Hello,
On Fri, May 02, 2008 at 06:01:35PM +0200, Diego 'Flameeyes' Petten? wrote:
> The attached patch replaces the string in img_tags entries with an array
> of characters.
>
> The number 12 is useful to make the size of an entry being a power of
> two (16).
Might be useful to make this explicit, e.g. 16 - 4 or 16 - sizeof(int)
or something like that. Not really important though and possibly even
confusing.
More information about the ffmpeg-devel
mailing list