This is set to AV_PKT_FLAG_KEY for encoders that encode intra-only formats (i.e.
whose codec descriptor has AV_CODEC_PROP_INTRA_ONLY set). This is used to set said flag generically for said encoders.
Definition at line 48 of file encode.c.
Referenced by encode_receive_packet_internal(), and ff_encode_preinit().
An audio frame with less than required samples has been submitted (and potentially padded with silence).
Reject all subsequent frames.
Definition at line 54 of file encode.c.
Referenced by encode_send_frame_internal(), encode_set_packet_props(), and pad_last_frame().