Defines | |
#define | URL_EOF (-1) |
Functions | |
attribute_deprecated int | url_fopen (AVIOContext **s, const char *url, int flags) |
attribute_deprecated int | url_fclose (AVIOContext *s) |
attribute_deprecated int64_t | url_fseek (AVIOContext *s, int64_t offset, int whence) |
attribute_deprecated int | url_fskip (AVIOContext *s, int64_t offset) |
attribute_deprecated int64_t | url_ftell (AVIOContext *s) |
attribute_deprecated int64_t | url_fsize (AVIOContext *s) |
attribute_deprecated int | url_fgetc (AVIOContext *s) |
#define URL_EOF (-1) |
attribute_deprecated int url_fclose | ( | AVIOContext * | s | ) |
attribute_deprecated int url_fgetc | ( | AVIOContext * | s | ) |
attribute_deprecated int url_fopen | ( | AVIOContext ** | s, | |
const char * | url, | |||
int | flags | |||
) |
attribute_deprecated int64_t url_fseek | ( | AVIOContext * | s, | |
int64_t | offset, | |||
int | whence | |||
) |
attribute_deprecated int64_t url_fsize | ( | AVIOContext * | s | ) |
attribute_deprecated int url_fskip | ( | AVIOContext * | s, | |
int64_t | offset | |||
) |
attribute_deprecated int64_t url_ftell | ( | AVIOContext * | s | ) |