|
FFmpeg 7.1.2
|
Data Fields | |
| AVCodecContext * | dec_ctx |
| AVCodecContext * | enc_ctx |
| AVFrame * | dec_frame |
Definition at line 54 of file transcode.c.
| AVCodecContext* StreamContext::dec_ctx |
Definition at line 55 of file transcode.c.
Referenced by main(), open_input_file(), and open_output_file().
| AVCodecContext* StreamContext::enc_ctx |
Definition at line 56 of file transcode.c.
Referenced by encode_write_frame(), main(), and open_output_file().
| AVFrame* StreamContext::dec_frame |
Definition at line 58 of file transcode.c.
Referenced by main(), and open_input_file().