FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AVExtFloat |
Functions | |
attribute_deprecated double | av_int2dbl (int64_t v) av_const |
attribute_deprecated float | av_int2flt (int32_t v) av_const |
attribute_deprecated double | av_ext2dbl (const AVExtFloat ext) av_const |
attribute_deprecated int64_t | av_dbl2int (double d) av_const |
attribute_deprecated int32_t | av_flt2int (float d) av_const |
attribute_deprecated AVExtFloat | av_dbl2ext (double d) av_const |
attribute_deprecated double av_int2dbl | ( | int64_t | v | ) | const |
Definition at line 35 of file intfloat_readwrite.c.
attribute_deprecated float av_int2flt | ( | int32_t | v | ) | const |
Definition at line 41 of file intfloat_readwrite.c.
attribute_deprecated double av_ext2dbl | ( | const AVExtFloat | ext | ) | const |
Definition at line 47 of file intfloat_readwrite.c.
attribute_deprecated int64_t av_dbl2int | ( | double | d | ) | const |
Definition at line 64 of file intfloat_readwrite.c.
attribute_deprecated int32_t av_flt2int | ( | float | d | ) | const |
Definition at line 72 of file intfloat_readwrite.c.
attribute_deprecated AVExtFloat av_dbl2ext | ( | double | d | ) | const |
Definition at line 80 of file intfloat_readwrite.c.