Old url_f functions


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)

Detailed Description

Deprecated:
use the avio_ -prefixed functions instead.

Define Documentation

#define URL_EOF   (-1)

Definition at line 430 of file avio.h.

Referenced by url_fgetc().


Function Documentation

attribute_deprecated int url_fclose ( AVIOContext s  ) 

Definition at line 366 of file aviobuf.c.

attribute_deprecated int url_fgetc ( AVIOContext s  ) 

Definition at line 549 of file aviobuf.c.

attribute_deprecated int url_fopen ( AVIOContext **  s,
const char *  url,
int  flags 
)

Definition at line 362 of file aviobuf.c.

attribute_deprecated int64_t url_fseek ( AVIOContext s,
int64_t  offset,
int  whence 
)

Definition at line 370 of file aviobuf.c.

attribute_deprecated int64_t url_fsize ( AVIOContext s  ) 

Definition at line 374 of file aviobuf.c.

attribute_deprecated int url_fskip ( AVIOContext s,
int64_t  offset 
)

Definition at line 237 of file aviobuf.c.

attribute_deprecated int64_t url_ftell ( AVIOContext s  ) 

Definition at line 243 of file aviobuf.c.


Generated on Mon May 2 19:50:31 2011 for FFmpeg by  doxygen 1.5.6