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

Function tput64

libavcodec/exif.c:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266static inline void tput64(PutByteContext *pb, const int le, const uint64_t value)
267{
268 le ? bytestream2_put_le64(pb, value) : bytestream2_put_be64(pb, value);
269}
270
271static int exif_read_values(void *logctx, GetByteContext *gb, int le, AVExifEntry *entry)
272{

Callers 1

exif_write_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected