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

Function get_str8

libavformat/rmdec.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static void get_str8(AVIOContext *pb, char *buf, int buf_size)
79{
80 get_strl(pb, buf, buf_size, avio_r8(pb));
81}
82
83static int rm_read_extradata(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, unsigned size)
84{

Callers 3

rm_read_headerFunction · 0.85

Calls 2

get_strlFunction · 0.85
avio_r8Function · 0.85

Tested by

no test coverage detected