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

Function put_header

libavcodec/mpeg12enc.c:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141#if CONFIG_MPEG1VIDEO_ENCODER || CONFIG_MPEG2VIDEO_ENCODER
142static void put_header(MPVEncContext *const s, uint32_t header)
143{
144 align_put_bits(&s->pb);
145 put_bits32(&s->pb, header);
146}
147
148/* put sequence header if needed */
149static void mpeg1_encode_sequence_header(MPEG12EncContext *mpeg12)

Callers 3

Calls 2

align_put_bitsFunction · 0.85
put_bits32Function · 0.85

Tested by

no test coverage detected