X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Furldecode.h;h=80b11c342869313eeded172cfeeb79fef2de557a;hb=e5bcda6473a2d6984216004506374669501fcf3b;hp=cb81ebc6f79f3f30db9b968c71199020f3779a45;hpb=bbe95ebdadff24127a7c1c9ccf1e7b71aac96cf8;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 */