Revision 493f54ad libavformat/avio.h
libavformat/avio.h | ||
---|---|---|
192 | 192 |
*/ |
193 | 193 |
#define AVSEEK_SIZE 0x10000 |
194 | 194 |
|
195 |
/** |
|
196 |
* Oring this flag as into the "whence" parameter to a seek function causes it to |
|
197 |
* seek by any means (like reopening and linear reading) or other normally unreasonble |
|
198 |
* means that can be extreemly slow. |
|
199 |
* This may be ignored by the seek code. |
|
200 |
*/ |
|
201 |
#define AVSEEK_FORCE 0x20000 |
|
202 |
|
|
195 | 203 |
typedef struct URLProtocol { |
196 | 204 |
const char *name; |
197 | 205 |
int (*url_open)(URLContext *h, const char *url, int flags); |
Also available in: Unified diff