mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Merge commit 'fb238f8230c1b0314985482207add548c68f83cf'
* commit 'fb238f8230c1b0314985482207add548c68f83cf': urlprotocol: remove unused url_interrupt_cb declaration Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
83a897656a
@ -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_NETWORK 2 /*< The protocol uses network */
|
||||
|
||||
extern int (*url_interrupt_cb)(void);
|
||||
|
||||
extern const AVClass ffurl_context_class;
|
||||
|
||||
typedef struct URLContext {
|
||||
|
Loading…
Reference in New Issue
Block a user