FFmpeg 5.1.6
|
Data Fields | |
AVCodecContext * | dec_ctx |
AVCodecContext * | enc_ctx |
AVFrame * | dec_frame |
Definition at line 51 of file transcoding.c.
AVCodecContext* StreamContext::dec_ctx |
Definition at line 52 of file transcoding.c.
Referenced by main(), open_input_file(), and open_output_file().
AVCodecContext* StreamContext::enc_ctx |
Definition at line 53 of file transcoding.c.
Referenced by encode_write_frame(), main(), and open_output_file().
AVFrame* StreamContext::dec_frame |
Definition at line 55 of file transcoding.c.
Referenced by main(), and open_input_file().