summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8ef30ac)
Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk
#ifndef FF_API_UDP_GET_FILE
#define FF_API_UDP_GET_FILE (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_UDP_GET_FILE
#define FF_API_UDP_GET_FILE (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
+#ifndef FF_API_URL_SPLIT
+#define FF_API_URL_SPLIT (LIBAVFORMAT_VERSION_MAJOR < 53)
+#endif
/**
* I return the LIBAVFORMAT_VERSION_INT constant. You got
/**
* I return the LIBAVFORMAT_VERSION_INT constant. You got
const char *filename, void *logctx,
unsigned int offset, unsigned int max_probe_size);
const char *filename, void *logctx,
unsigned int offset, unsigned int max_probe_size);
-#if LIBAVFORMAT_VERSION_MAJOR < 53
/**
* @deprecated use av_url_split() instead
*/
/**
* @deprecated use av_url_split() instead
*/
pkt_dump_internal(avcl, NULL, level, pkt, dump_payload);
}
pkt_dump_internal(avcl, NULL, level, pkt, dump_payload);
}
-#if LIBAVFORMAT_VERSION_MAJOR < 53
attribute_deprecated
void ff_url_split(char *proto, int proto_size,
char *authorization, int authorization_size,
attribute_deprecated
void ff_url_split(char *proto, int proto_size,
char *authorization, int authorization_size,