FFmpeg 5.1.4
Data Fields
StreamContext Struct Reference

Data Fields

AVCodecContextdec_ctx
 
AVCodecContextenc_ctx
 
AVFramedec_frame
 

Detailed Description

Examples
transcoding.c.

Definition at line 51 of file transcoding.c.

Field Documentation

◆ dec_ctx

AVCodecContext* StreamContext::dec_ctx
Examples
transcoding.c.

Definition at line 52 of file transcoding.c.

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

◆ enc_ctx

AVCodecContext* StreamContext::enc_ctx
Examples
transcoding.c.

Definition at line 53 of file transcoding.c.

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

◆ dec_frame

AVFrame* StreamContext::dec_frame
Examples
transcoding.c.

Definition at line 55 of file transcoding.c.

Referenced by main(), and open_input_file().


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