Background:
I have an application built with LibGDX.
I'm using VLC for video playback via VLCJ.
For the Windows deployment, I need hardware accelerated video decoding - which from my understanding will be via DXVA2 on Windows.
However VLC 2.2.1 has DXVA disabled by default, and the command line switches like -avcodec-hw=dxva2.lo from previous VLC versions don't seem to work
How do I set the flags to enable hardware video decoding?