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 33 of file intfloat_readwrite.c.
attribute_deprecated float av_int2flt | ( | int32_t | v | ) | const |
Definition at line 39 of file intfloat_readwrite.c.
attribute_deprecated double av_ext2dbl | ( | const AVExtFloat | ext | ) | const |
Definition at line 45 of file intfloat_readwrite.c.
attribute_deprecated int64_t av_dbl2int | ( | double | d | ) | const |
Definition at line 62 of file intfloat_readwrite.c.
attribute_deprecated int32_t av_flt2int | ( | float | d | ) | const |
Definition at line 70 of file intfloat_readwrite.c.
attribute_deprecated AVExtFloat av_dbl2ext | ( | double | d | ) | const |
Definition at line 78 of file intfloat_readwrite.c.