ffmpeg-d v2.5.1 (2016-09-18T10:54:04Z)
Dub
Repo
AVExtFloat
ffmpeg
libavutil
intfloat_readwrite
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
nogc
nothrow extern (
C
)
struct
AVExtFloat {
uint8_t
[
2
]
exponent
;
uint8_t
[
8
]
mantissa
;
}
Members
Variables
exponent
uint8_t
[
2
]
exponent
;
Undocumented in source.
mantissa
uint8_t
[
8
]
mantissa
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
intfloat_readwrite
functions
av_dbl2ext
av_dbl2int
av_ext2dbl
av_flt2int
av_int2dbl
av_int2flt
structs
AVExtFloat