Old url_f functions
[I/O Read/Write]

The following functions are deprecated, use the "avio_"-prefixed functions instead. More...


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)
attribute_deprecated int url_setbufsize (AVIOContext *s, int buf_size)
attribute_deprecated int url_fprintf (AVIOContext *s, const char *fmt,...) av_printf_format(2
attribute_deprecated int
attribute_deprecated void 
put_flush_packet (AVIOContext *s)
attribute_deprecated int url_open_dyn_buf (AVIOContext **s)
attribute_deprecated int url_open_dyn_packet_buf (AVIOContext **s, int max_packet_size)
attribute_deprecated int url_close_dyn_buf (AVIOContext *s, uint8_t **pbuffer)
attribute_deprecated int url_fdopen (AVIOContext **s, URLContext *h)


Detailed Description

The following functions are deprecated, use the "avio_"-prefixed functions instead.

Define Documentation

#define URL_EOF   (-1)

Definition at line 329 of file avio.h.

Referenced by url_fgetc().


Function Documentation

attribute_deprecated int attribute_deprecated void put_flush_packet ( AVIOContext s  ) 

Definition at line 437 of file aviobuf.c.

Referenced by write_packet().

attribute_deprecated int url_close_dyn_buf ( AVIOContext s,
uint8_t **  pbuffer 
)

Definition at line 468 of file aviobuf.c.

attribute_deprecated int url_fclose ( AVIOContext s  ) 

Definition at line 409 of file aviobuf.c.

attribute_deprecated int url_fdopen ( AVIOContext **  s,
URLContext h 
)

Definition at line 472 of file aviobuf.c.

attribute_deprecated int url_fgetc ( AVIOContext s  ) 

Definition at line 651 of file aviobuf.c.

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

Definition at line 405 of file aviobuf.c.

attribute_deprecated int url_fprintf ( AVIOContext s,
const char *  fmt,
  ... 
)

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

Definition at line 413 of file aviobuf.c.

attribute_deprecated int64_t url_fsize ( AVIOContext s  ) 

Definition at line 417 of file aviobuf.c.

attribute_deprecated int url_fskip ( AVIOContext s,
int64_t  offset 
)

Definition at line 274 of file aviobuf.c.

attribute_deprecated int64_t url_ftell ( AVIOContext s  ) 

Definition at line 280 of file aviobuf.c.

attribute_deprecated int url_open_dyn_buf ( AVIOContext **  s  ) 

Definition at line 460 of file aviobuf.c.

attribute_deprecated int url_open_dyn_packet_buf ( AVIOContext **  s,
int  max_packet_size 
)

Definition at line 464 of file aviobuf.c.

attribute_deprecated int url_setbufsize ( AVIOContext s,
int  buf_size 
)

Definition at line 421 of file aviobuf.c.

Referenced by ffm_read_data().


Generated on Fri Oct 26 02:46:15 2012 for FFmpeg by  doxygen 1.5.8