add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function

Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2010-10-15 12:54:12 +00:00
parent 8ef30ac1f3
commit 88e44314ea
3 changed files with 5 additions and 2 deletions

View file

@ -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
*/