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

Function init_packetizer

libavformat/rtpdec_asf.c:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static void init_packetizer(FFIOContext *pb, uint8_t *buf, int len)
92{
93 ffio_init_context(pb, buf, len, 0, NULL, packetizer_read, NULL, NULL);
94
95 /* this "fills" the buffer with its current content */
96 pb->pub.pos = len;
97 pb->pub.buf_end = buf + len;
98}
99
100int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p)
101{

Callers 2

ff_wms_parse_sdp_a_lineFunction · 0.85
asfrtp_parse_packetFunction · 0.85

Calls 1

ffio_init_contextFunction · 0.85

Tested by

no test coverage detected