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

Function put_str8

libavformat/rmenc.c:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void put_str8(ByteIOContext *s, const char *tag)
56{
57 put_byte(s, strlen(tag));
58 while (*tag) {
59 put_byte(s, *tag++);
60 }
61}
62
63static void rv10_write_header(AVFormatContext *ctx,
64 int data_size, int index_pos)

Callers 1

rv10_write_headerFunction · 0.85

Calls 1

put_byteFunction · 0.85

Tested by

no test coverage detected