MCPcopy Create free account
hub / github.com/Motion-Project/motion / coord

Class coord

src/picture.c:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static void put_subjectarea(struct tiff_writing *into, const struct coord *box)
161{
162 put_uint16(into->buf , EXIF_TAG_SUBJECT_AREA);
163 put_uint16(into->buf + 2, TIFF_TYPE_USHORT);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected