MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / tput32

Function tput32

libavcodec/exif.c:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261static inline void tput32(PutByteContext *pb, const int le, const uint32_t value)
262{
263 le ? bytestream2_put_le32(pb, value) : bytestream2_put_be32(pb, value);
264}
265
266static inline void tput64(PutByteContext *pb, const int le, const uint64_t value)
267{

Callers 3

exif_write_valuesFunction · 0.85
exif_write_ifdFunction · 0.85
av_exif_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected