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

Function tput16

libavcodec/exif.c:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256static inline void tput16(PutByteContext *pb, const int le, const uint16_t value)
257{
258 le ? bytestream2_put_le16(pb, value) : bytestream2_put_be16(pb, value);
259}
260
261static inline void tput32(PutByteContext *pb, const int le, const uint32_t value)
262{

Callers 2

exif_write_valuesFunction · 0.85
exif_write_ifdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected