]> git.sesse.net Git - vlc/commit
input.c: if available, use p_access->psz_path instead of psz_path when calling demux2...
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 11 May 2007 22:15:45 +0000 (22:15 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 11 May 2007 22:15:45 +0000 (22:15 +0000)
commit4b9392bbfe312be0b1e1dd1a280ff4c48053c9d6
tree65bcd8318b5ee17cae833ff8156bd2cb635b0569
parent0e071fc073da23df27584aa0e61ffc96102c59dd
input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
src/input/input.c