aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorEmma Worley <emma@emma.gg>2025-06-03 22:38:21 -0700
committerEmma Worley <emma@emma.gg>2025-06-04 09:53:37 -0700
commita4c1a5b08409cdfeb8e7f92c7fd443c8ff42e00d (patch)
treef16b86f84d15d5fb6765700a4a5bfcbda12c4e38 /libavformat
parent3be9b3f156c76ff3d6f0bad34af52965f1951b58 (diff)
downloadffmpeg-master.tar.gz
lavc/dxvenc: fix big-endian issues in dxv_compress_dxt1HEADmaster
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 'libavformat')
0 files changed, 0 insertions, 0 deletions