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.

Originally committed as revision 17326 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-02-15 14:34:23 +00:00
parent 1c787b1043
commit d1037c1205
1 changed files with 3 additions and 0 deletions

View File

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