Opened 19 months ago
Last modified 19 months ago
#10479 new enhancement
Factor bswap_buf and shuffle_bytes_3210
Reported by: | Rémi Denis-Courmont | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avutil |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
By the look of them, libavcodec's bswap_buf
and libswscale's shuffle_bytes_3210
are the exact same functions: 32-bit aligned byte-wise swap.
They should presumably be factored into libavutil.
Change History (2)
comment:1 by , 19 months ago
Description: | modified (diff) |
---|
comment:2 by , 19 months ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.