AVProbeData.mime_type is not initialised
In OpenDemux the call to av_probe_input_format passes an AVProbeData object where mime_type is not initialised but libav tries to access that entry and then segfaults. As avplay can play the file that crash VLC, this is probably a VLC bug.