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

Function encode_scan_format

libavcodec/vc2enc.c:308–313  ·  view source on GitHub ↗

VC-2 11.3.4 - scan_format() */

Source from the content-addressed store, hash-verified

306
307/* VC-2 11.3.4 - scan_format() */
308static void encode_scan_format(VC2EncContext *s)
309{
310 put_bits(&s->pb, 1, !s->strict_compliance);
311 if (!s->strict_compliance)
312 put_vc2_ue_uint(&s->pb, s->interlaced);
313}
314
315/* VC-2 11.3.5 - frame_rate() */
316static void encode_frame_rate(VC2EncContext *s)

Callers 1

encode_source_paramsFunction · 0.85

Calls 2

put_vc2_ue_uintFunction · 0.85
put_bitsFunction · 0.70

Tested by

no test coverage detected