vlc/modules/isa
Johannes Kauffmann 6815627a5a arm: neon: return VLC_SUCCESS for packed to planar
All packed cases (UYVY/VYUY/YVYU/YUYV) would eventually fall through to
the default case, and thus return VLC_EGENERIC. To fix this, add the
missing breaks for each of them.

Caught by Clang's aggressive -Wimplicit-fallthrough, which also warns on
fallthrough to the default case.
2022-08-15 13:15:12 +00:00
..
aarch64 sve: missing alignment 2022-02-26 21:58:03 +02:00
arm arm: neon: return VLC_SUCCESS for packed to planar 2022-08-15 13:15:12 +00:00
riscv rvv: add missing .size directives 2022-02-26 21:58:03 +02:00