diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-04 05:59:57 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-07 21:59:32 +0200 |
commit | cf96c0295ea9c8f58617408ed68dbb1cba8d1682 (patch) | |
tree | 1c91f95a8cbde14fbdb21b376a3e32133147e436 /libavutil/utils.c | |
parent | eef5d60ac6200e0d4790d936c4e57656fe8502cc (diff) | |
download | ffmpeg-cf96c0295ea9c8f58617408ed68dbb1cba8d1682.tar.gz |
avcodec/huffyuv(dec|enc): Use union for temp/temp16
These pointers already point to the same buffers, so using
a union is possible and avoids the overhead of syncing the
pointers (and saves some memory).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/utils.c')
0 files changed, 0 insertions, 0 deletions