mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
urlprotocol: remove unused url_interrupt_cb declaration
It is a remnant of the old interrupt callback API.
This commit is contained in:
parent
9bec3ca2b8
commit
fb238f8230
@ -34,8 +34,6 @@
|
|||||||
#define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */
|
#define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */
|
||||||
#define URL_PROTOCOL_FLAG_NETWORK 2 /*< The protocol uses network */
|
#define URL_PROTOCOL_FLAG_NETWORK 2 /*< The protocol uses network */
|
||||||
|
|
||||||
extern int (*url_interrupt_cb)(void);
|
|
||||||
|
|
||||||
extern const AVClass ffurl_context_class;
|
extern const AVClass ffurl_context_class;
|
||||||
|
|
||||||
typedef struct URLContext {
|
typedef struct URLContext {
|
||||||
|
Loading…
Reference in New Issue
Block a user