diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-04 20:40:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-07 18:11:24 +0200 |
commit | 5cec8971056f92215d4199235907d944abdb5a81 (patch) | |
tree | cb2ca31489ed3fa76b9ddf57f51adacc97580758 /libavformat/avio.h | |
parent | 8e76a19b63a3fa322a64a7d27bd6e642c7fe7f85 (diff) | |
download | ffmpeg-5cec8971056f92215d4199235907d944abdb5a81.tar.gz |
avio: move extern url_interrupt_cb declaration from avio.h to url.h
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 41f51aaed4..e9aa49991e 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -163,7 +163,9 @@ typedef struct URLProtocol { extern URLProtocol *first_protocol; #endif +#if FF_API_OLD_AVIO extern URLInterruptCB *url_interrupt_cb; +#endif /** * If protocol is NULL, returns the first registered protocol, |