This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
urlprotocol: remove unused url_interrupt_cb declaration
It is a remnant of the old interrupt callback API.
tags/n2.5
Anton Khirnov
10 years ago
parent
9bec3ca2b8
commit
fb238f8230
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavformat/url.h
+ 0
- 2
libavformat/url.h
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save