FFmpeg  4.2.2
Data Fields
StreamContext Struct Reference

Data Fields

AVCodecContextdec_ctx
 
AVCodecContextenc_ctx
 

Detailed Description

Examples:
transcoding.c.

Definition at line 47 of file transcoding.c.

Field Documentation

◆ dec_ctx

AVCodecContext* StreamContext::dec_ctx
Examples:
transcoding.c.

Definition at line 48 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 49 of file transcoding.c.

Referenced by main(), and open_output_file().


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