Commit 351d87f4 authored by stefano's avatar stefano

Do not export to the public the first_protocol symbol at the next

major bump.
There is no need for that, since av_protocol_next() already provides
access to the first registered protocol.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17326 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3b40e9e3
......@@ -137,7 +137,10 @@ typedef struct URLProtocol {
int64_t timestamp, int flags);
} URLProtocol;
#if LIBAVFORMAT_VERSION_MAJOR < 53
extern URLProtocol *first_protocol;
#endif
extern URLInterruptCB *url_interrupt_cb;
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment