VC-2 11.3.4 - scan_format() */
| 306 | |
| 307 | /* VC-2 11.3.4 - scan_format() */ |
| 308 | static 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() */ |
| 316 | static void encode_frame_rate(VC2EncContext *s) |
no test coverage detected