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
/
internal.h
diff --git
a/libavformat/internal.h
b/libavformat/internal.h
index
decc26f
..
d723f09
100644
(file)
--- a/
libavformat/internal.h
+++ b/
libavformat/internal.h
@@
-101,7
+101,7
@@
int ff_probe_input_buffer(ByteIOContext **pb, AVInputFormat **fmt,
const char *filename, void *logctx,
unsigned int offset, unsigned int max_probe_size);
-#if
LIBAVFORMAT_VERSION_MAJOR < 53
+#if
FF_API_URL_SPLIT
/**
* @deprecated use av_url_split() instead
*/