| FFmpeg
    | 

| Data Fields | |
| AVClass * | av_class | 
| const DVprofile * | sys | 
| int | n_ast | 
| AVStream * | ast [2] | 
| AVFifoBuffer * | audio_data [2] | 
| int | frames | 
| int64_t | start_time | 
| int | has_audio | 
| int | has_video | 
| uint8_t | frame_buf [DV_MAX_FRAME_SIZE] | 
| AVTimecode | tc | 
Detailed Description
Field Documentation
| AVStream* DVMuxContext::ast[2] | 
Definition at line 50 of file dvenc.c.
Referenced by dv_assemble_frame(), and dv_init_mux().
| AVFifoBuffer* DVMuxContext::audio_data[2] | 
Definition at line 51 of file dvenc.c.
Referenced by dv_assemble_frame(), dv_delete_mux(), dv_init_mux(), and dv_inject_audio().
| uint8_t DVMuxContext::frame_buf[DV_MAX_FRAME_SIZE] | 
Definition at line 56 of file dvenc.c.
Referenced by dv_assemble_frame().
| int DVMuxContext::frames | 
Definition at line 52 of file dvenc.c.
Referenced by dv_assemble_frame(), dv_init_mux(), dv_inject_audio(), and dv_write_pack().
| int DVMuxContext::has_audio | 
Definition at line 54 of file dvenc.c.
Referenced by dv_assemble_frame(), and dv_init_mux().
| int DVMuxContext::has_video | 
Definition at line 55 of file dvenc.c.
Referenced by dv_assemble_frame(), and dv_init_mux().
| int DVMuxContext::n_ast | 
Definition at line 49 of file dvenc.c.
Referenced by dv_assemble_frame(), dv_delete_mux(), and dv_init_mux().
| int64_t DVMuxContext::start_time | 
Definition at line 53 of file dvenc.c.
Referenced by dv_init_mux(), and dv_write_pack().
| const DVprofile* DVMuxContext::sys | 
Definition at line 48 of file dvenc.c.
Referenced by dv_assemble_frame(), dv_init_mux(), dv_inject_audio(), dv_inject_metadata(), dv_write_header(), and dv_write_pack().
| AVTimecode DVMuxContext::tc | 
Definition at line 57 of file dvenc.c.
Referenced by dv_write_header(), and dv_write_pack().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11