Old put_/get_() functions

The following functions are deprecated. More...


Functions

attribute_deprecated int get_buffer (AVIOContext *s, unsigned char *buf, int size)
attribute_deprecated int get_partial_buffer (AVIOContext *s, unsigned char *buf, int size)
attribute_deprecated int get_byte (AVIOContext *s)
attribute_deprecated unsigned int get_le16 (AVIOContext *s)
attribute_deprecated unsigned int get_le24 (AVIOContext *s)
attribute_deprecated unsigned int get_le32 (AVIOContext *s)
attribute_deprecated uint64_t get_le64 (AVIOContext *s)
attribute_deprecated unsigned int get_be16 (AVIOContext *s)
attribute_deprecated unsigned int get_be24 (AVIOContext *s)
attribute_deprecated unsigned int get_be32 (AVIOContext *s)
attribute_deprecated uint64_t get_be64 (AVIOContext *s)
attribute_deprecated void put_byte (AVIOContext *s, int b)
attribute_deprecated void put_nbyte (AVIOContext *s, int b, int count)
attribute_deprecated void put_buffer (AVIOContext *s, const unsigned char *buf, int size)
attribute_deprecated void put_le64 (AVIOContext *s, uint64_t val)
attribute_deprecated void put_be64 (AVIOContext *s, uint64_t val)
attribute_deprecated void put_le32 (AVIOContext *s, unsigned int val)
attribute_deprecated void put_be32 (AVIOContext *s, unsigned int val)
attribute_deprecated void put_le24 (AVIOContext *s, unsigned int val)
attribute_deprecated void put_be24 (AVIOContext *s, unsigned int val)
attribute_deprecated void put_le16 (AVIOContext *s, unsigned int val)
attribute_deprecated void put_be16 (AVIOContext *s, unsigned int val)
attribute_deprecated void put_tag (AVIOContext *s, const char *tag)


Detailed Description

The following functions are deprecated.

Use the "avio_"-prefixed functions instead.


Function Documentation

attribute_deprecated unsigned int get_be16 ( AVIOContext s  ) 

attribute_deprecated unsigned int get_be24 ( AVIOContext s  ) 

attribute_deprecated unsigned int get_be32 ( AVIOContext s  ) 

attribute_deprecated uint64_t get_be64 ( AVIOContext s  ) 

attribute_deprecated int get_buffer ( AVIOContext s,
unsigned char *  buf,
int  size 
)

Definition at line 356 of file aviobuf.c.

attribute_deprecated int get_byte ( AVIOContext s  ) 

Definition at line 352 of file aviobuf.c.

Referenced by get_len().

attribute_deprecated unsigned int get_le16 ( AVIOContext s  ) 

attribute_deprecated unsigned int get_le24 ( AVIOContext s  ) 

attribute_deprecated unsigned int get_le32 ( AVIOContext s  ) 

attribute_deprecated uint64_t get_le64 ( AVIOContext s  ) 

attribute_deprecated int get_partial_buffer ( AVIOContext s,
unsigned char *  buf,
int  size 
)

Definition at line 360 of file aviobuf.c.

attribute_deprecated void put_be16 ( AVIOContext s,
unsigned int  val 
)

attribute_deprecated void put_be24 ( AVIOContext s,
unsigned int  val 
)

attribute_deprecated void put_be32 ( AVIOContext s,
unsigned int  val 
)

attribute_deprecated void put_be64 ( AVIOContext s,
uint64_t  val 
)

attribute_deprecated void put_buffer ( AVIOContext s,
const unsigned char *  buf,
int  size 
)

Definition at line 368 of file aviobuf.c.

attribute_deprecated void put_byte ( AVIOContext s,
int  b 
)

Definition at line 364 of file aviobuf.c.

attribute_deprecated void put_le16 ( AVIOContext s,
unsigned int  val 
)

attribute_deprecated void put_le24 ( AVIOContext s,
unsigned int  val 
)

attribute_deprecated void put_le32 ( AVIOContext s,
unsigned int  val 
)

attribute_deprecated void put_le64 ( AVIOContext s,
uint64_t  val 
)

attribute_deprecated void put_nbyte ( AVIOContext s,
int  b,
int  count 
)

Definition at line 372 of file aviobuf.c.

attribute_deprecated void put_tag ( AVIOContext s,
const char *  tag 
)

Definition at line 533 of file aviobuf.c.


Generated on Fri Oct 26 02:39:50 2012 for FFmpeg by  doxygen 1.5.8