FFmpeg 7.1.1
Loading...
Searching...
No Matches
Data Fields
StreamContext Struct Reference

Data Fields

AVCodecContextdec_ctx
 
AVCodecContextenc_ctx
 
AVFramedec_frame
 

Detailed Description

Examples
transcode.c.

Definition at line 54 of file transcode.c.

Field Documentation

◆ dec_ctx

AVCodecContext* StreamContext::dec_ctx
Examples
transcode.c.

Definition at line 55 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 56 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 58 of file transcode.c.

Referenced by main(), and open_input_file().


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