]> git.sesse.net Git - vlc/commit
Use hash instead of arobas for seekpoint (fix #5022)
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 25 Sep 2011 13:56:18 +0000 (16:56 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 25 Sep 2011 13:56:18 +0000 (16:56 +0300)
commita34c4c52d2c86d1b0f0d22e2d470530bd61aa322
tree92bbb5f94b26c2fa418cfcc2d4446539937b33f4
parent8693bcb2c8fdbdb3862c960c95e3d34be1f4f530
Use hash instead of arobas for seekpoint (fix #5022)

Instead of ignoring the URI anchor (if present), the input now parses
it for start and stop seek points. This is non-standard - anchors are
normally names found in HTML document. But at least, it does not
interfere with parsing real-world URLs (see the bug #5022 for example).

Also contrary to stream output chain, the hash symbol should be free of
shell quoting issues when used this.
src/input/input.c
src/input/input_internal.h
src/input/stream.c