Skip to content
Snippets Groups Projects
Commit a4debd38 authored by Maxime Chapelet's avatar Maxime Chapelet Committed by Steve Lhomme
Browse files

libvlc: fix network media parsing

Calls to `libvlc_media_parse_request` with smb server URL never succeeded
because `do_parse` var was always `false` when `input_net` var was `true`
and `libvlc_media_parse_network` flag was set.

This change fixes this problem and bring back the ability to parse network
files when the `libvlc_media_parse_network` flag is set
parent c12595f1
Branches master
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment