Richard Stanway 8b632fa227 vlc-video: Fix possible undefined behavior in format conversion
Casting from char[] to uint32_t * is considered undefined behavior due
to different alignment requirements. Instead of using char[] for the new
value, this uses a macro to set a uint32_t directly.

Issue detected by PVS Studio.
2020-08-29 02:42:03 +02:00
..
2020-05-13 06:52:37 -07:00
2020-05-13 06:52:37 -07:00
2020-05-13 06:52:37 -07:00
2020-05-13 06:52:37 -07:00
2020-05-13 06:52:37 -07:00
2020-08-29 09:35:31 +10:00
2020-08-27 09:02:36 -07:00
2020-05-13 06:52:37 -07:00
2020-05-13 06:52:37 -07:00
2020-05-13 06:52:37 -07:00