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

Function insert_command_prefixes

libavformat/mmst.c:118–123  ·  view source on GitHub ↗

Add prefixes to MMST command packet. */

Source from the content-addressed store, hash-verified

116
117/** Add prefixes to MMST command packet. */
118static void insert_command_prefixes(MMSContext *mms,
119 uint32_t prefix1, uint32_t prefix2)
120{
121 bytestream_put_le32(&mms->write_out_ptr, prefix1); // first prefix
122 bytestream_put_le32(&mms->write_out_ptr, prefix2); // second prefix
123}
124
125/** Send a prepared MMST command packet. */
126static int send_command_packet(MMSTContext *mmst)

Callers 8

send_time_test_dataFunction · 0.85
send_protocol_selectFunction · 0.85
send_media_file_requestFunction · 0.85
send_keepalive_packetFunction · 0.85
send_startup_packetFunction · 0.85
send_close_packetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected