]> git.sesse.net Git - vlc/commit
access: add a separate field for local file paths
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 10 May 2010 19:55:06 +0000 (22:55 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 10 May 2010 20:31:53 +0000 (23:31 +0300)
commitc20f0e81f033223e2ec2066b5c9a9c10a2b97e6e
tree2b5102875b66ccdfd021f3f381ecb0ee0b3950d9
parent579368d262c02ab4dc3f2c13f2f2fc76a6ac0129
access: add a separate field for local file paths

Access plugins are now responsible for selecting the correct
media location, either the URL-without-scheme form or the local file
path form. This will help solve weird bugs with the current file://
URL decode hack, e.g. it does not work for directory://.

Lets see if we also need this for access_demux plugins (normally,
they don't use files).
include/vlc_access.h
src/input/access.c