FFmpeg
|
Data Fields | |
AVCodecInternal | avci |
int | intra_only_flag |
This is set to AV_PKT_FLAG_KEY for encoders that encode intra-only formats (i.e. More... | |
int | last_audio_frame |
An audio frame with less than required samples has been submitted (and potentially padded with silence). More... | |
AVCodecInternal EncodeContext::avci |
int EncodeContext::intra_only_flag |
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 47 of file encode.c.
Referenced by encode_receive_packet_internal(), and ff_encode_preinit().
int EncodeContext::last_audio_frame |
An audio frame with less than required samples has been submitted (and potentially padded with silence).
Reject all subsequent frames.
Definition at line 53 of file encode.c.
Referenced by encode_send_frame_internal(), and pad_last_frame().