diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:43 +0100 |
commit | 374e469b8dcef1c3d9a7769fad178cbed210da73 (patch) | |
tree | 8d56efd2a2fed5f6939eec4dad46cefcdda06b73 /libavformat/avio.h | |
parent | bf868727d7100246c5bdf74570829d44bbb335be (diff) | |
download | ffmpeg-374e469b8dcef1c3d9a7769fad178cbed210da73.tar.gz |
lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index ad96775910..0ab92c32e5 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -133,18 +133,6 @@ typedef struct { */ int avio_check(const char *url, int flags); -#if FF_API_OLD_INTERRUPT_CB -/** - * The callback is called in blocking functions to test regulary if - * asynchronous interruption is needed. AVERROR_EXIT is returned - * in this case by the interrupted function. 'NULL' means no interrupt - * callback is given. - * @deprecated Use interrupt_callback in AVFormatContext/avio_open2 - * instead. - */ -attribute_deprecated void avio_set_interrupt_cb(int (*interrupt_cb)(void)); -#endif - /** * Allocate and initialize an AVIOContext for buffered I/O. It must be later * freed with av_free(). |