Revision 933e90a6 libavformat/avio.h
libavformat/avio.h | ||
---|---|---|
415 | 415 |
* @} |
416 | 416 |
*/ |
417 | 417 |
|
418 |
attribute_deprecated int av_url_read_fpause(AVIOContext *h, int pause); |
|
419 |
attribute_deprecated int64_t av_url_read_fseek( AVIOContext *h, int stream_index, |
|
420 |
int64_t timestamp, int flags); |
|
418 | 421 |
|
419 | 422 |
/** |
420 | 423 |
* @defgroup old_url_f_funcs Old url_f* functions |
... | ... | |
513 | 516 |
*/ |
514 | 517 |
int64_t avio_size(AVIOContext *s); |
515 | 518 |
|
516 |
int av_url_read_fpause(AVIOContext *h, int pause); |
|
517 |
int64_t av_url_read_fseek(AVIOContext *h, int stream_index, |
|
518 |
int64_t timestamp, int flags); |
|
519 |
|
|
520 | 519 |
/** @warning currently size is limited */ |
521 | 520 |
#ifdef __GNUC__ |
522 | 521 |
int avio_printf(AVIOContext *s, const char *fmt, ...) __attribute__ ((__format__ (__printf__, 2, 3))); |
Also available in: Unified diff