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

Function init_packetizer

libavformat/rtpdec_asf.c:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static void init_packetizer(ByteIOContext *pb, uint8_t *buf, int len)
86{
87 init_put_byte(pb, buf, len, 0, NULL, packetizer_read, NULL, NULL);
88
89 /* this "fills" the buffer with its current content */
90 pb->pos = len;
91 pb->buf_end = buf + len;
92}
93
94void ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p)
95{

Callers 2

ff_wms_parse_sdp_a_lineFunction · 0.85
asfrtp_parse_packetFunction · 0.85

Calls 1

init_put_byteFunction · 0.85

Tested by

no test coverage detected