FFmpeg 6.1.6
Data Fields
StreamContext Struct Reference

Data Fields

AVCodecContext * dec_ctx
 
AVCodecContext * enc_ctx
 
AVFrame * dec_frame
 

Detailed Description

Examples
transcode.c.

Definition at line 53 of file transcode.c.

Field Documentation

◆ dec_ctx

AVCodecContext* StreamContext::dec_ctx
Examples
transcode.c.

Definition at line 54 of file transcode.c.

Referenced by main(), open_input_file(), and open_output_file().

◆ enc_ctx

AVCodecContext* StreamContext::enc_ctx
Examples
transcode.c.

Definition at line 55 of file transcode.c.

Referenced by encode_write_frame(), main(), and open_output_file().

◆ dec_frame

AVFrame* StreamContext::dec_frame
Examples
transcode.c.

Definition at line 57 of file transcode.c.

Referenced by main(), and open_input_file().


The documentation for this struct was generated from the following file: