X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Furldecode.h;h=80b11c342869313eeded172cfeeb79fef2de557a;hb=131f2c2712479a44332866b442526abe97e0c316;hp=cb81ebc6f79f3f30db9b968c71199020f3779a45;hpb=fb4a12cda4033f2f3d3d1039739f6e0e6f9afb82;p=ffmpeg diff --git a/libavformat/urldecode.h b/libavformat/urldecode.h index cb81ebc6f79..80b11c34286 100644 --- a/libavformat/urldecode.h +++ b/libavformat/urldecode.h @@ -26,10 +26,11 @@ * in that case the original string is duplicated. * * @param url a string to be decoded. + * @param decode_plus_sign if nonzero plus sign is decoded to space * @return new string with the URL decoded or NULL if decoding failed. * Note that the returned string should be explicitly freed when not * used anymore. */ -char *ff_urldecode(const char *url); +char *ff_urldecode(const char *url, int decode_plus_sign); #endif /* AVFORMAT_URLDECODE_H */