Andreas Rheinhardt:
> These strings are so short (longest takes 11B) that using
> pointers is wasteful. Avoiding them also moves hashdesc
> into .rodata (from .data.rel.ro).
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavutil/hash.c | 71 +++-
> 1
These strings are so short (longest takes 11B) that using
pointers is wasteful. Avoiding them also moves hashdesc
into .rodata (from .data.rel.ro).
Signed-off-by: Andreas Rheinhardt
---
libavutil/hash.c | 71 +++-
1 file changed, 40 insertions(+), 31 d