Revision 1447dc59 libavformat/avio.h
libavformat/avio.h | ||
---|---|---|
426 | 426 |
attribute_deprecated int64_t url_fseek(AVIOContext *s, int64_t offset, int whence); |
427 | 427 |
attribute_deprecated int url_fskip(AVIOContext *s, int64_t offset); |
428 | 428 |
attribute_deprecated int64_t url_ftell(AVIOContext *s); |
429 |
#define URL_EOF (-1) |
|
430 |
attribute_deprecated int url_fgetc(AVIOContext *s); |
|
429 | 431 |
/** |
430 | 432 |
* @} |
431 | 433 |
*/ |
... | ... | |
497 | 499 |
int64_t av_url_read_fseek(AVIOContext *h, int stream_index, |
498 | 500 |
int64_t timestamp, int flags); |
499 | 501 |
|
500 |
#define URL_EOF (-1) |
|
501 |
/** @note return URL_EOF (-1) if EOF */ |
|
502 |
int url_fgetc(AVIOContext *s); |
|
503 |
|
|
504 | 502 |
/** @warning currently size is limited */ |
505 | 503 |
#ifdef __GNUC__ |
506 | 504 |
int url_fprintf(AVIOContext *s, const char *fmt, ...) __attribute__ ((__format__ (__printf__, 2, 3))); |
Also available in: Unified diff