Search found 1 match

Go to advanced search

by lkraider
19 Feb 2014 01:17
Forum: VLC media player for Windows Troubleshooting
Topic: Folder Drag and Drop Feature Lost?
Replies: 13
Views: 7630

Re: Folder Drag and Drop Feature Lost?

I had the same problem, tracked it down to the demux setting being set to any:

Code: Select all

# Demux module (string) demux=any
To fix, just comment it back like below:

Code: Select all

# Demux module (string) #demux=
This is probably a bug?

Go to advanced search