diff options
author | Emma Worley <emma@emma.gg> | 2025-06-03 22:38:21 -0700 |
---|---|---|
committer | Emma Worley <emma@emma.gg> | 2025-06-04 09:53:37 -0700 |
commit | a4c1a5b08409cdfeb8e7f92c7fd443c8ff42e00d (patch) | |
tree | f16b86f84d15d5fb6765700a4a5bfcbda12c4e38 /libavfilter | |
parent | 3be9b3f156c76ff3d6f0bad34af52965f1951b58 (diff) | |
download | ffmpeg-master.tar.gz |
We were using a mix of pointers to local variables read via AV_RL32/64 and
pointers directly to the texture buffer as keys to interact with the lookback
hashtables. On big-endian systems, these produced different values. This change
makes all hashtable interactions use direct pointers to the texture buffer and
only invokves AV_RL32 in the event of a lookback hashtable miss.
Signed-off-by: Emma Worley <emma@emma.gg>
Diffstat (limited to 'libavfilter')
0 files changed, 0 insertions, 0 deletions