projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function
[ffmpeg.git]
/
libavformat
/
utils.c
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
4060ca9
..
ebcb7d7
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-3526,7
+3526,7
@@
void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt, int dump_payload)
pkt_dump_internal(avcl, NULL, level, pkt, dump_payload);
}
-#if
LIBAVFORMAT_VERSION_MAJOR < 53
+#if
FF_API_URL_SPLIT
attribute_deprecated
void ff_url_split(char *proto, int proto_size,
char *authorization, int authorization_size,