OSDN Git Service

Revert "lavf/utils: add support for special characters encoding in URL"
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 28 Feb 2013 00:25:16 +0000 (01:25 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 28 Feb 2013 00:29:12 +0000 (01:29 +0100)
commit1c6477f30f85dfeeeae2abdc23ea1348652f872a
treec0dcbfee23cdfbf4e6c2a5ce81372785d9b6c651
parent7b2d50f81ec5b04e6cb86e8b579fac9a34029951
Revert "lavf/utils: add support for special characters encoding in URL"

This reverts commit 4a8fc1d83b1b55e1ac533644168018ebeec0c732.

The commit caused null pointer derefernces when using udp://
after i fixed that it caused ffmpeg to get stuck and remapped
arguments like ?ttl=255 -> ?ttl%3d255

I dont want to leave this broken thus temporary revert so we all
have some time to look at this without half the network protocols
being broken in the meantime
libavformat/utils.c